#C0D25C

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

Shades of Wild Willow #C0D25C

Tints of Wild Willow #C0D25C

Color information

#C0D25C (or 0xC0D25C) is unknown color: approx Wild Willow. HEX triplet: C0, D2 and 5C. RGB value is (192,210,92). Sum of RGB (Red+Green+Blue) = 192+210+92=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D25C is #3F2DA3. Grayscale: #BFBFBF. Windows color (decimal): -4140452 or 6083264. OLE color: 6083264.

HSL color Cylindrical-coordinate representation of color #C0D25C: hue angle of 69.15º 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 #C0D25C is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB19221092-
CMYK0.0900.560.18
HSL69.15º56.73%59.22%-
HSV(B)69.15º56.19%82.35%-
XYZ46.7258.0718.87-
YUV191.1772.04128.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.87%
GREEN value IS 210 (82.42% from 255) = 42.51%
BLUE value IS 92 (36.33% from 255) = 18.62%
R=38.87%
G=42.51%
B=18.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192210920.0900.560.1869.1556.7359.22
HexC0D25C90381245393b
Octal30032213411070221057173
Binary1100000011010010101110010010111000100101000101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D25C; }

 p { color: rgb(192,210,92); }

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

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

 a { background-color: rgb(192,210,92); }

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

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

 span { border-color: rgb(192,210,92); }

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