#B5DA64

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

Shades of Conifer #B5DA64

Tints of Conifer #B5DA64

Color information

#B5DA64 (or 0xB5DA64) is unknown color: approx Conifer. HEX triplet: B5, DA and 64. RGB value is (181,218,100). Sum of RGB (Red+Green+Blue) = 181+218+100=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DA64 is #4A259B. Grayscale: #C1C1C1. Windows color (decimal): -4859292 or 6609589. OLE color: 6609589.

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

Color convert

RGB181218100-
CMYK0.1700.540.15
HSL78.81º61.46%62.35%-
HSV(B)78.81º54.13%85.49%-
XYZ46.4360.8921.36-
YUV193.4875.24119.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 218 (85.55% from 255) = 43.69%
BLUE value IS 100 (39.45% from 255) = 20.04%
R=36.27%
G=43.69%
B=20.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812181000.1700.540.1578.8161.4662.35
HexB5DA6411036F4f3d3e
Octal26533214421066171177576
Binary1011010111011010110010010001011011011111001111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DA64; }

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

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

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

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

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

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

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

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