#C5D268

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

Shades of Wild Willow #C5D268

Tints of Wild Willow #C5D268

Color information

#C5D268 (or 0xC5D268) is unknown color: approx Wild Willow. HEX triplet: C5, D2 and 68. RGB value is (197,210,104). Sum of RGB (Red+Green+Blue) = 197+210+104=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D268 is #3A2D97. Grayscale: #C2C2C2. Windows color (decimal): -3812760 or 6869701. OLE color: 6869701.

HSL color Cylindrical-coordinate representation of color #C5D268: hue angle of 67.36º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5D268 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB197210104-
CMYK0.0600.500.18
HSL67.36º54.08%61.57%-
HSV(B)67.36º50.48%82.35%-
XYZ48.5758.9621.92-
YUV194.0377.19130.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 210 (82.42% from 255) = 41.10%
BLUE value IS 104 (41.02% from 255) = 20.35%
R=38.55%
G=41.10%
B=20.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1972101040.0600.500.1867.3654.0861.57
HexC5D26860321243363e
Octal3053221506062221036676
Binary110001011101001011010001100110010100101000011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D268; }

 p { color: rgb(197,210,104); }

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

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

 a { background-color: rgb(197,210,104); }

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

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

 span { border-color: rgb(197,210,104); }

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