#B1DD48

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

Shades of Conifer #B1DD48

Tints of Conifer #B1DD48

Color information

#B1DD48 (or 0xB1DD48) is unknown color: approx Conifer. HEX triplet: B1, DD and 48. RGB value is (177,221,72). Sum of RGB (Red+Green+Blue) = 177+221+72=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DD48 is #4E22B7. Grayscale: #BFBFBF. Windows color (decimal): -5120696 or 4775345. OLE color: 4775345.

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

Color convert

RGB17722172-
CMYK0.2000.670.13
HSL77.72º68.66%57.45%-
HSV(B)77.72º67.42%86.67%-
XYZ45.1661.5315.63-
YUV190.8660.92118.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 221 (86.72% from 255) = 47.02%
BLUE value IS 72 (28.52% from 255) = 15.32%
R=37.66%
G=47.02%
B=15.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177221720.2000.670.1377.7268.6657.45
HexB1DD4814043D4e4539
Octal2613351102401031511610571
Binary101100011101110110010001010001000011110110011101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DD48; }

 p { color: rgb(177,221,72); }

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

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

 a { background-color: rgb(177,221,72); }

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

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

 span { border-color: rgb(177,221,72); }

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