#B4DF4D

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

Shades of Conifer #B4DF4D

Tints of Conifer #B4DF4D

Color information

#B4DF4D (or 0xB4DF4D) is unknown color: approx Conifer. HEX triplet: B4, DF and 4D. RGB value is (180,223,77). Sum of RGB (Red+Green+Blue) = 180+223+77=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DF4D is #4B20B2. Grayscale: #C2C2C2. Windows color (decimal): -4923571 or 5103540. OLE color: 5103540.

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

Color convert

RGB18022377-
CMYK0.1900.650.13
HSL77.67º69.52%58.82%-
HSV(B)77.67º65.47%87.45%-
XYZ46.5563.0116.73-
YUV193.562.25118.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 223 (87.5% from 255) = 46.46%
BLUE value IS 77 (30.47% from 255) = 16.04%
R=37.5%
G=46.46%
B=16.04%

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
Decimal180223770.1900.650.1377.6769.5258.82
HexB4DF4D13041D4e463b
Octal2643371152301011511610673
Binary101101001101111110011011001101000001110110011101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DF4D; }

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

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

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

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

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

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

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

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