#C0DD69

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

Shades of Wild Willow #C0DD69

Tints of Wild Willow #C0DD69

Color information

#C0DD69 (or 0xC0DD69) is unknown color: approx Wild Willow. HEX triplet: C0, DD and 69. RGB value is (192,221,105). Sum of RGB (Red+Green+Blue) = 192+221+105=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD69 is #3F2296. Grayscale: #C7C7C7. Windows color (decimal): -4137623 or 6938048. OLE color: 6938048.

HSL color Cylindrical-coordinate representation of color #C0DD69: hue angle of 75º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0DD69 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB192221105-
CMYK0.1300.520.13
HSL75º63.04%63.92%-
HSV(B)75º52.49%86.67%-
XYZ50.1463.9423.06-
YUV199.174.89122.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.07%
GREEN value IS 221 (86.72% from 255) = 42.66%
BLUE value IS 105 (41.41% from 255) = 20.27%
R=37.07%
G=42.66%
B=20.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922211050.1300.520.137563.0463.92
HexC0DD69D034D4b3f40
Octal300335151150641511377100
Binary1100000011011101110100111010110100110110010111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DD69; }

 p { color: rgb(192,221,105); }

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

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

 a { background-color: rgb(192,221,105); }

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

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

 span { border-color: rgb(192,221,105); }

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