#B4DE48

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

Shades of Conifer #B4DE48

Tints of Conifer #B4DE48

Color information

#B4DE48 (or 0xB4DE48) is unknown color: approx Conifer. HEX triplet: B4, DE and 48. RGB value is (180,222,72). Sum of RGB (Red+Green+Blue) = 180+222+72=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DE48 is #4B21B7. Grayscale: #C0C0C0. Windows color (decimal): -4923832 or 4775604. OLE color: 4775604.

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

Color convert

RGB18022272-
CMYK0.1900.680.13
HSL76.8º69.44%57.65%-
HSV(B)76.8º67.57%87.06%-
XYZ46.1162.4115.75-
YUV192.3460.09119.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 222 (87.11% from 255) = 46.84%
BLUE value IS 72 (28.52% from 255) = 15.19%
R=37.97%
G=46.84%
B=15.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180222720.1900.680.1376.869.4457.65
HexB4DE4813044D4d453a
Octal2643361102301041511510572
Binary101101001101111010010001001101000100110110011011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DE48; }

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

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

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

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

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

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

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

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