#B4EA60

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

Shades of Conifer #B4EA60

Tints of Conifer #B4EA60

Color information

#B4EA60 (or 0xB4EA60) is unknown color: approx Conifer. HEX triplet: B4, EA and 60. RGB value is (180,234,96). Sum of RGB (Red+Green+Blue) = 180+234+96=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EA60 is #4B159F. Grayscale: #CACACA. Windows color (decimal): -4920736 or 6351540. OLE color: 6351540.

HSL color Cylindrical-coordinate representation of color #B4EA60: hue angle of 83.48º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4EA60 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB18023496-
CMYK0.2300.590.08
HSL83.48º76.67%64.71%-
HSV(B)83.48º58.97%91.76%-
XYZ50.3669.3921.81-
YUV202.1268.11112.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 234 (91.80% from 255) = 45.88%
BLUE value IS 96 (37.89% from 255) = 18.82%
R=35.29%
G=45.88%
B=18.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal180234960.2300.590.0883.4876.6764.71
HexB4EA601703B8534d41
Octal2643521402707310123115101
Binary101101001110101011000001011101110111000101001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EA60; }

 p { color: rgb(180,234,96); }

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

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

 a { background-color: rgb(180,234,96); }

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

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

 span { border-color: rgb(180,234,96); }

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