#B5DC4E

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

Shades of Conifer #B5DC4E

Tints of Conifer #B5DC4E

Color information

#B5DC4E (or 0xB5DC4E) is unknown color: approx Conifer. HEX triplet: B5, DC and 4E. RGB value is (181,220,78). Sum of RGB (Red+Green+Blue) = 181+220+78=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC4E is #4A23B1. Grayscale: #C0C0C0. Windows color (decimal): -4858802 or 5168309. OLE color: 5168309.

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

Color convert

RGB18122078-
CMYK0.1800.650.14
HSL76.48º66.98%58.43%-
HSV(B)76.48º64.55%86.27%-
XYZ46.0261.5616.66-
YUV192.1563.58120.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 220 (86.33% from 255) = 45.93%
BLUE value IS 78 (30.86% from 255) = 16.28%
R=37.79%
G=45.93%
B=16.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal181220780.1800.650.1476.4866.9858.43
HexB5DC4E12041E4c433a
Octal2653341162201011611410372
Binary101101011101110010011101001001000001111010011001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DC4E; }

 p { color: rgb(181,220,78); }

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

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

 a { background-color: rgb(181,220,78); }

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

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

 span { border-color: rgb(181,220,78); }

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