Html Css Color HEX #C0DA66 Wild Willow

📋 copy color: '#C0DA66'

red 192 ◦ green 218 ◦ blue 102

#C0DA66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #C0DA66

Tints of Wild Willow #C0DA66

RGB

 RED value IS 192 (75.39% from 255) = 37.5%

 GREEN value IS 218 (85.55% from 255) = 42.58%

 BLUE value IS 102 (40.23% from 255) = 19.92%

R = 37.5%
G = 42.58%
B = 19.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#C0DA66 (or 0xC0DA66) is known color: Wild Willow. HEX triplet: C0, DA and 66. RGB value is (192,218,102). Sum of RGB (Red+Green+Blue) = 192+218+102=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DA66 is #3F2599. Grayscale: #C5C5C5. Windows color (decimal): -4138394 or 6740672. OLE color: 6740672.

HSL color Cylindrical-coordinate representation of color #C0DA66: hue angle of 73.45º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0DA66 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 218 102 -
CMYK 0.12 0 0.53 0.15
HSL 73.45º 0.61% 0.63% -
HSV(B) 73.45º 0.53% 0.85% -
XYZ 49.21 62.31 22 -
YUV 197 74.39 124.43 -
System Red Green Blue C M Y K H S L
Decimal 192 218 102 0.12 0 0.53 0.15 73.45 0.61 0.63
Hex C0 DA 66 C 0 35 F 49 3D 3F
Octal 300 332 146 14 0 65 17 111 75 77
Binary 11000000 11011010 1100110 1100 0 110101 1111 1001001 111101 111111

Color Harmonies of #C0DA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DA66

Black with #C0DA66

Text Example


Text Example

White with #C0DA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DA66; }

 p { color: rgb(192,218,102); }

 H1.HeaderClassName
 {
   color: #C0DA66;
 }
 .AnyTagClassName
 {
   color: #C0DA66;
 }
</style>

background-color css

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

 a { background-color: rgb(192,218,102); }

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

border-color css

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

 span { border-color: rgb(192,218,102); }

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