#B4EE5A

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

Shades of Conifer #B4EE5A

Tints of Conifer #B4EE5A

Color information

#B4EE5A (or 0xB4EE5A) is unknown color: approx Conifer. HEX triplet: B4, EE and 5A. RGB value is (180,238,90). Sum of RGB (Red+Green+Blue) = 180+238+90=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EE5A is #4B11A5. Grayscale: #CCCCCC. Windows color (decimal): -4919718 or 5959348. OLE color: 5959348.

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

Color convert

RGB18023890-
CMYK0.2400.620.07
HSL83.51º81.32%64.31%-
HSV(B)83.51º62.18%93.33%-
XYZ51.2471.5920.79-
YUV203.7963.78111.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 238 (93.36% from 255) = 46.85%
BLUE value IS 90 (35.55% from 255) = 17.72%
R=35.43%
G=46.85%
B=17.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal180238900.2400.620.0783.5181.3264.31
HexB4EE5A1803E7545140
Octal264356132300767124121100
Binary10110100111011101011010110000111110111101010010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EE5A; }

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

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

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

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

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

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

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

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