#b4df53

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

Shades of Conifer #B4DF53

Tints of Conifer #B4DF53

Color information

#B4DF53 (or 0xB4DF53) is unknown color: approx Conifer. HEX triplet: B4, DF and 53. RGB value is (180,223,83). Sum of RGB (Red+Green+Blue) = 180+223+83=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DF53 is #4B20AC. Grayscale: #C2C2C2. Windows color (decimal): -4923565 or 5496756. OLE color: 5496756.

HSL color Cylindrical-coordinate representation of color #B4DF53: hue angle of 78.43º degrees, saturation: 0.69, 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 #B4DF53 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB18022383-
CMYK0.1900.630.13
HSL78.43º68.63%60%-
HSV(B)78.43º62.78%87.45%-
XYZ46.7763.117.9-
YUV194.1865.25117.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 223 (87.5% from 255) = 45.88%
BLUE value IS 83 (32.81% from 255) = 17.08%
R=37.04%
G=45.88%
B=17.08%

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
Decimal180223830.1900.630.1378.4368.6360
HexB4DF531303FD4e453c
Octal264337123230771511610574
Binary10110100110111111010011100110111111110110011101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4df53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4df53; }

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

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

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

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

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

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

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

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