#B4DE53

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

Shades of Conifer #B4DE53

Tints of Conifer #B4DE53

Color information

#B4DE53 (or 0xB4DE53) is unknown color: approx Conifer. HEX triplet: B4, DE and 53. RGB value is (180,222,83). Sum of RGB (Red+Green+Blue) = 180+222+83=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DE53 is #4B21AC. Grayscale: #C2C2C2. Windows color (decimal): -4923821 or 5496500. OLE color: 5496500.

HSL color Cylindrical-coordinate representation of color #B4DE53: hue angle of 78.13º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4DE53 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB18022283-
CMYK0.1900.630.13
HSL78.13º67.8%59.8%-
HSV(B)78.13º62.61%87.06%-
XYZ46.5162.5717.81-
YUV193.665.59118.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 222 (87.11% from 255) = 45.77%
BLUE value IS 83 (32.81% from 255) = 17.11%
R=37.11%
G=45.77%
B=17.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180222830.1900.630.1378.1367.859.8
HexB4DE531303FD4e443c
Octal264336123230771511610474
Binary10110100110111101010011100110111111110110011101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DE53; }

 p { color: rgb(180,222,83); }

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

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

 a { background-color: rgb(180,222,83); }

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

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

 span { border-color: rgb(180,222,83); }

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