#B2F356

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

Shades of Conifer #B2F356

Tints of Conifer #B2F356

Color information

#B2F356 (or 0xB2F356) is unknown color: approx Conifer. HEX triplet: B2, F3 and 56. RGB value is (178,243,86). Sum of RGB (Red+Green+Blue) = 178+243+86=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F356 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F356 is #4D0CA9. Grayscale: #CECECE. Windows color (decimal): -5049514 or 5698482. OLE color: 5698482.

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

Color convert

RGB17824386-
CMYK0.2700.650.05
HSL84.84º86.74%64.51%-
HSV(B)84.84º64.61%95.29%-
XYZ52.0974.2420.39-
YUV205.6760.47108.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.11%
GREEN value IS 243 (95.31% from 255) = 47.93%
BLUE value IS 86 (33.98% from 255) = 16.96%
R=35.11%
G=47.93%
B=16.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal178243860.2700.650.0584.8486.7464.51
HexB2F3561B0415555741
Octal2623631263301015125127101
Binary101100101111001110101101101101000001101101010110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F356; }

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

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

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

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

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

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

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

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