#B4EE52

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

Shades of Conifer #B4EE52

Tints of Conifer #B4EE52

Color information

#B4EE52 (or 0xB4EE52) is unknown color: approx Conifer. HEX triplet: B4, EE and 52. RGB value is (180,238,82). Sum of RGB (Red+Green+Blue) = 180+238+82=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EE52 is #4B11AD. Grayscale: #CBCBCB. Windows color (decimal): -4919726 or 5435060. OLE color: 5435060.

HSL color Cylindrical-coordinate representation of color #B4EE52: hue angle of 82.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4EE52 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB18023882-
CMYK0.2400.660.07
HSL82.31º82.11%62.75%-
HSV(B)82.31º65.55%93.33%-
XYZ50.9271.4619.09-
YUV202.8759.78111.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 238 (93.36% from 255) = 47.6%
BLUE value IS 82 (32.42% from 255) = 16.4%
R=36%
G=47.6%
B=16.4%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal180238820.2400.660.0782.3182.1162.75
HexB4EE5218042752523f
Octal264356122300102712212277
Binary10110100111011101010010110000100001011110100101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EE52; }

 p { color: rgb(180,238,82); }

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

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

 a { background-color: rgb(180,238,82); }

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

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

 span { border-color: rgb(180,238,82); }

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