#B4F356

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

Shades of Conifer #B4F356

Tints of Conifer #B4F356

Color information

#B4F356 (or 0xB4F356) is unknown color: approx Conifer. HEX triplet: B4, F3 and 56. RGB value is (180,243,86). Sum of RGB (Red+Green+Blue) = 180+243+86=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F356 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F356 is #4B0CA9. Grayscale: #CECECE. Windows color (decimal): -4918442 or 5698484. OLE color: 5698484.

HSL color Cylindrical-coordinate representation of color #B4F356: hue angle of 84.08º 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 #B4F356 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB18024386-
CMYK0.2600.650.05
HSL84.08º86.74%64.51%-
HSV(B)84.08º64.61%95.29%-
XYZ52.5574.4820.41-
YUV206.2660.13109.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 243 (95.31% from 255) = 47.74%
BLUE value IS 86 (33.98% from 255) = 16.90%
R=35.36%
G=47.74%
B=16.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180243860.2600.650.0584.0886.7464.51
HexB4F3561A0415545741
Octal2643631263201015124127101
Binary101101001111001110101101101001000001101101010010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F356; }

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

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

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

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

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

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

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

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