#B4DD51

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

Shades of Conifer #B4DD51

Tints of Conifer #B4DD51

Color information

#B4DD51 (or 0xB4DD51) is unknown color: approx Conifer. HEX triplet: B4, DD and 51. RGB value is (180,221,81). Sum of RGB (Red+Green+Blue) = 180+221+81=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 81 (32.03% from 255 or 16.80% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DD51 is #4B22AE. Grayscale: #C1C1C1. Windows color (decimal): -4924079 or 5365172. OLE color: 5365172.

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

Color convert

RGB18022181-
CMYK0.1900.630.13
HSL77.57º67.31%59.22%-
HSV(B)77.57º63.35%86.67%-
XYZ46.1662.0117.32-
YUV192.7864.92118.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 221 (86.72% from 255) = 45.85%
BLUE value IS 81 (32.03% from 255) = 16.80%
R=37.34%
G=45.85%
B=16.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180221810.1900.630.1377.5767.3159.22
HexB4DD511303FD4e433b
Octal264335121230771511610373
Binary10110100110111011010001100110111111110110011101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DD51; }

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

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

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

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

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

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

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

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