#B5D25D

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

Shades of Wild Willow #B5D25D

Tints of Wild Willow #B5D25D

Color information

#B5D25D (or 0xB5D25D) is unknown color: approx Wild Willow. HEX triplet: B5, D2 and 5D. RGB value is (181,210,93). Sum of RGB (Red+Green+Blue) = 181+210+93=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D25D is #4A2DA2. Grayscale: #BCBCBC. Windows color (decimal): -4861347 or 6148789. OLE color: 6148789.

HSL color Cylindrical-coordinate representation of color #B5D25D: hue angle of 74.87º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5D25D is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB18121093-
CMYK0.1400.560.18
HSL74.87º56.52%59.41%-
HSV(B)74.87º55.71%82.35%-
XYZ44.0856.7118.98-
YUV187.9974.39123.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 210 (82.42% from 255) = 43.39%
BLUE value IS 93 (36.72% from 255) = 19.21%
R=37.40%
G=43.39%
B=19.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181210930.1400.560.1874.8756.5259.41
HexB5D25DE038124b393b
Octal26532213516070221137173
Binary1011010111010010101110111100111000100101001011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D25D; }

 p { color: rgb(181,210,93); }

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

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

 a { background-color: rgb(181,210,93); }

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

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

 span { border-color: rgb(181,210,93); }

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