#b4dd63

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

Shades of Conifer #B4DD63

Tints of Conifer #B4DD63

Color information

#B4DD63 (or 0xB4DD63) is unknown color: approx Conifer. HEX triplet: B4, DD and 63. RGB value is (180,221,99). Sum of RGB (Red+Green+Blue) = 180+221+99=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DD63 is #4B229C. Grayscale: #C3C3C3. Windows color (decimal): -4924061 or 6544820. OLE color: 6544820.

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

Color convert

RGB18022199-
CMYK0.1900.550.13
HSL80.16º64.21%62.75%-
HSV(B)80.16º55.2%86.67%-
XYZ46.9362.3221.36-
YUV194.8373.92117.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 221 (86.72% from 255) = 44.2%
BLUE value IS 99 (39.06% from 255) = 19.8%
R=36%
G=44.2%
B=19.8%

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
Decimal180221990.1900.550.1380.1664.2162.75
HexB4DD6313037D50403f
Octal264335143230671512010077
Binary10110100110111011100011100110110111110110100001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4dd63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4dd63; }

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

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

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

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

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

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

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

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