#B4E85D

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

Shades of Conifer #B4E85D

Tints of Conifer #B4E85D

Color information

#B4E85D (or 0xB4E85D) is unknown color: approx Conifer. HEX triplet: B4, E8 and 5D. RGB value is (180,232,93). Sum of RGB (Red+Green+Blue) = 180+232+93=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E85D is #4B17A2. Grayscale: #C9C9C9. Windows color (decimal): -4921251 or 6154420. OLE color: 6154420.

HSL color Cylindrical-coordinate representation of color #B4E85D: hue angle of 82.45º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4E85D is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB18023293-
CMYK0.2200.600.09
HSL82.45º75.14%63.73%-
HSV(B)82.45º59.91%90.98%-
XYZ49.6568.2120.9-
YUV200.6167.27113.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 232 (91.02% from 255) = 45.94%
BLUE value IS 93 (36.72% from 255) = 18.42%
R=35.64%
G=45.94%
B=18.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal180232930.2200.600.0982.4575.1463.73
HexB4E85D1603C9524b40
Octal2643501352607411122113100
Binary101101001110100010111011011001111001001101001010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E85D; }

 p { color: rgb(180,232,93); }

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

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

 a { background-color: rgb(180,232,93); }

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

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

 span { border-color: rgb(180,232,93); }

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