#B5DE6D

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

Shades of Conifer #B5DE6D

Tints of Conifer #B5DE6D

Color information

#B5DE6D (or 0xB5DE6D) is unknown color: approx Conifer. HEX triplet: B5, DE and 6D. RGB value is (181,222,109). Sum of RGB (Red+Green+Blue) = 181+222+109=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DE6D is #4A2192. Grayscale: #C5C5C5. Windows color (decimal): -4858259 or 7200437. OLE color: 7200437.

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

Color convert

RGB181222109-
CMYK0.1800.510.13
HSL81.77º63.13%64.9%-
HSV(B)81.77º50.9%87.06%-
XYZ47.9463.1724.13-
YUV196.8678.42116.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 222 (87.11% from 255) = 43.36%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=35.35%
G=43.36%
B=21.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812221090.1800.510.1381.7763.1364.9
HexB5DE6D12033D523f41
Octal265336155220631512277101
Binary10110101110111101101101100100110011110110100101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DE6D; }

 p { color: rgb(181,222,109); }

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

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

 a { background-color: rgb(181,222,109); }

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

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

 span { border-color: rgb(181,222,109); }

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