#B4DD44

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

Shades of Conifer #B4DD44

Tints of Conifer #B4DD44

Color information

#B4DD44 (or 0xB4DD44) is unknown color: approx Conifer. HEX triplet: B4, DD and 44. RGB value is (180,221,68). Sum of RGB (Red+Green+Blue) = 180+221+68=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DD44 is #4B22BB. Grayscale: #BFBFBF. Windows color (decimal): -4924092 or 4513204. OLE color: 4513204.

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

Color convert

RGB18022168-
CMYK0.1900.690.13
HSL76.08º69.23%56.67%-
HSV(B)76.08º69.23%86.67%-
XYZ45.7261.8314.99-
YUV191.358.42119.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 221 (86.72% from 255) = 47.12%
BLUE value IS 68 (26.95% from 255) = 14.50%
R=38.38%
G=47.12%
B=14.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180221680.1900.690.1376.0869.2356.67
HexB4DD4413045D4c4539
Octal2643351042301051511410571
Binary101101001101110110001001001101000101110110011001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DD44; }

 p { color: rgb(180,221,68); }

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

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

 a { background-color: rgb(180,221,68); }

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

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

 span { border-color: rgb(180,221,68); }

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