#C5DB5D

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

Shades of Wild Willow #C5DB5D

Tints of Wild Willow #C5DB5D

Color information

#C5DB5D (or 0xC5DB5D) is unknown color: approx Wild Willow. HEX triplet: C5, DB and 5D. RGB value is (197,219,93). Sum of RGB (Red+Green+Blue) = 197+219+93=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DB5D is #3A24A2. Grayscale: #C6C6C6. Windows color (decimal): -3810467 or 6151109. OLE color: 6151109.

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

Color convert

RGB19721993-
CMYK0.1000.580.14
HSL70.48º63.64%61.18%-
HSV(B)70.48º57.53%85.88%-
XYZ50.3363.3219.93-
YUV198.0668.71127.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 219 (85.94% from 255) = 43.03%
BLUE value IS 93 (36.72% from 255) = 18.27%
R=38.70%
G=43.03%
B=18.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal197219930.1000.580.1470.4863.6461.18
HexC5DB5DA03AE46403d
Octal305333135120721610610075
Binary1100010111011011101110110100111010111010001101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DB5D; }

 p { color: rgb(197,219,93); }

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

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

 a { background-color: rgb(197,219,93); }

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

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

 span { border-color: rgb(197,219,93); }

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