#B5DD49

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

Shades of Conifer #B5DD49

Tints of Conifer #B5DD49

Color information

#B5DD49 (or 0xB5DD49) is unknown color: approx Conifer. HEX triplet: B5, DD and 49. RGB value is (181,221,73). Sum of RGB (Red+Green+Blue) = 181+221+73=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DD49 is #4A22B6. Grayscale: #C0C0C0. Windows color (decimal): -4858551 or 4840885. OLE color: 4840885.

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

Color convert

RGB18122173-
CMYK0.1800.670.13
HSL76.22º68.52%57.65%-
HSV(B)76.22º66.97%86.67%-
XYZ46.1262.0215.84-
YUV192.1760.75120.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 221 (86.72% from 255) = 46.53%
BLUE value IS 73 (28.91% from 255) = 15.37%
R=38.11%
G=46.53%
B=15.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181221730.1800.670.1376.2268.5257.65
HexB5DD4912043D4c453a
Octal2653351112201031511410572
Binary101101011101110110010011001001000011110110011001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DD49; }

 p { color: rgb(181,221,73); }

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

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

 a { background-color: rgb(181,221,73); }

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

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

 span { border-color: rgb(181,221,73); }

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