#b2f350

Color #B2F350 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B2F350

Tints of Conifer #B2F350

Color information

#B2F350 (or 0xB2F350) is unknown color: approx Conifer. HEX triplet: B2, F3 and 50. RGB value is (178,243,80). Sum of RGB (Red+Green+Blue) = 178+243+80=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F350 is #4D0CAF. Grayscale: #CDCDCD. Windows color (decimal): -5049520 or 5305266. OLE color: 5305266.

HSL color Cylindrical-coordinate representation of color #B2F350: hue angle of 83.93º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2F350 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB17824380-
CMYK0.2700.670.05
HSL83.93º87.17%63.33%-
HSV(B)83.93º67.08%95.29%-
XYZ51.8674.1519.17-
YUV204.9857.47108.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 243 (95.31% from 255) = 48.50%
BLUE value IS 80 (31.64% from 255) = 15.97%
R=35.53%
G=48.50%
B=15.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal178243800.2700.670.0583.9387.1763.33
HexB2F3501B043554573f
Octal262363120330103512412777
Binary10110010111100111010000110110100001110110101001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2f350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2f350; }

 p { color: rgb(178,243,80); }

 H1.HeaderClassName
 {
   color: #b2f350;
 }
 .AnyTagClassName
 {
   color: #b2f350;
 }
</style>
background-color css

<style>
 a { background-color: #b2f350; }

 a { background-color: rgb(178,243,80); }

 div.DivClassName
 {
   background-color: #b2f350;
 }
 .BgClassName
 {
   background-color: #b2f350;
 }
</style>
border-color css

<style>
 span { border-color: #b2f350; }

 span { border-color: rgb(178,243,80); }

 td.TdClassName
 {
   border-color: #b2f350;
 }
 .TagClassName
 {
   border-color: #b2f350;
 }
</style>