#B5DD50

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

Shades of Conifer #B5DD50

Tints of Conifer #B5DD50

Color information

#B5DD50 (or 0xB5DD50) is unknown color: approx Conifer. HEX triplet: B5, DD and 50. RGB value is (181,221,80). Sum of RGB (Red+Green+Blue) = 181+221+80=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD50 is #4A22AF. Grayscale: #C1C1C1. Windows color (decimal): -4858544 or 5299637. OLE color: 5299637.

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

Color convert

RGB18122180-
CMYK0.1800.640.13
HSL77.02º67.46%59.02%-
HSV(B)77.02º63.8%86.67%-
XYZ46.3662.1217.14-
YUV192.9764.25119.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 221 (86.72% from 255) = 45.85%
BLUE value IS 80 (31.64% from 255) = 16.60%
R=37.55%
G=45.85%
B=16.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181221800.1800.640.1377.0267.4659.02
HexB5DD5012040D4d433b
Octal2653351202201001511510373
Binary101101011101110110100001001001000000110110011011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DD50; }

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

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

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

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

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

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

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

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