#B4DF4E

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

Shades of Conifer #B4DF4E

Tints of Conifer #B4DF4E

Color information

#B4DF4E (or 0xB4DF4E) is unknown color: approx Conifer. HEX triplet: B4, DF and 4E. RGB value is (180,223,78). Sum of RGB (Red+Green+Blue) = 180+223+78=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 78 (30.86% from 255 or 16.22% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DF4E is #4B20B1. Grayscale: #C2C2C2. Windows color (decimal): -4923570 or 5169076. OLE color: 5169076.

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

Color convert

RGB18022378-
CMYK0.1900.650.13
HSL77.79º69.38%59.02%-
HSV(B)77.79º65.02%87.45%-
XYZ46.5963.0316.92-
YUV193.6162.75118.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 223 (87.5% from 255) = 46.36%
BLUE value IS 78 (30.86% from 255) = 16.22%
R=37.42%
G=46.36%
B=16.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180223780.1900.650.1377.7969.3859.02
HexB4DF4E13041D4e453b
Octal2643371162301011511610573
Binary101101001101111110011101001101000001110110011101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DF4E; }

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

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

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

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

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

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

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

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