#B5D944

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

Shades of Conifer #B5D944

Tints of Conifer #B5D944

Color information

#B5D944 (or 0xB5D944) is unknown color: approx Conifer. HEX triplet: B5, D9 and 44. RGB value is (181,217,68). Sum of RGB (Red+Green+Blue) = 181+217+68=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D944 is #4A26BB. Grayscale: #BDBDBD. Windows color (decimal): -4859580 or 4512181. OLE color: 4512181.

HSL color Cylindrical-coordinate representation of color #B5D944: hue angle of 74.5º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5D944 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB18121768-
CMYK0.1700.690.15
HSL74.5º66.22%55.88%-
HSV(B)74.5º68.66%85.1%-
XYZ44.9159.8714.66-
YUV189.2559.57122.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 217 (85.16% from 255) = 46.57%
BLUE value IS 68 (26.95% from 255) = 14.59%
R=38.84%
G=46.57%
B=14.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181217680.1700.690.1574.566.2255.88
HexB5D94411045F4a4238
Octal2653311042101051711210270
Binary101101011101100110001001000101000101111110010101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D944; }

 p { color: rgb(181,217,68); }

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

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

 a { background-color: rgb(181,217,68); }

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

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

 span { border-color: rgb(181,217,68); }

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