#B4DF64

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

Shades of Conifer #B4DF64

Tints of Conifer #B4DF64

Color information

#B4DF64 (or 0xB4DF64) is unknown color: approx Conifer. HEX triplet: B4, DF and 64. RGB value is (180,223,100). Sum of RGB (Red+Green+Blue) = 180+223+100=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DF64 is #4B209B. Grayscale: #C4C4C4. Windows color (decimal): -4923548 or 6610868. OLE color: 6610868.

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

Color convert

RGB180223100-
CMYK0.1900.550.13
HSL80.98º65.78%63.33%-
HSV(B)80.98º55.16%87.45%-
XYZ47.5163.421.79-
YUV196.1273.75116.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 223 (87.5% from 255) = 44.33%
BLUE value IS 100 (39.45% from 255) = 19.88%
R=35.79%
G=44.33%
B=19.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802231000.1900.550.1380.9865.7863.33
HexB4DF6413037D51423f
Octal264337144230671512110277
Binary10110100110111111100100100110110111110110100011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DF64; }

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

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

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

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

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

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

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

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