#B5DA44

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

Shades of Conifer #B5DA44

Tints of Conifer #B5DA44

Color information

#B5DA44 (or 0xB5DA44) is unknown color: approx Conifer. HEX triplet: B5, DA and 44. RGB value is (181,218,68). Sum of RGB (Red+Green+Blue) = 181+218+68=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DA44 is #4A25BB. Grayscale: #BEBEBE. Windows color (decimal): -4859324 or 4512437. OLE color: 4512437.

HSL color Cylindrical-coordinate representation of color #B5DA44: hue angle of 74.8º degrees, saturation: 0.67, 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 #B5DA44 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB18121868-
CMYK0.1700.690.15
HSL74.8º66.96%56.08%-
HSV(B)74.8º68.81%85.49%-
XYZ45.1760.3814.74-
YUV189.8459.24121.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 218 (85.55% from 255) = 46.68%
BLUE value IS 68 (26.95% from 255) = 14.56%
R=38.76%
G=46.68%
B=14.56%

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
Decimal181218680.1700.690.1574.866.9656.08
HexB5DA4411045F4b4338
Octal2653321042101051711310370
Binary101101011101101010001001000101000101111110010111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DA44; }

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

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

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

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

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

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

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

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