Html Css Color HEX #C0DD64 Wild Willow

📋 copy color: '#C0DD64'

red 192 ◦ green 221 ◦ blue 100

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

Shades of Wild Willow #C0DD64

Tints of Wild Willow #C0DD64

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.08%

 BLUE value IS 100 (39.45% from 255) = 19.49%

R = 37.43%
G = 43.08%
B = 19.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#C0DD64 (or 0xC0DD64) is known color: Wild Willow. HEX triplet: C0, DD and 64. RGB value is (192,221,100). Sum of RGB (Red+Green+Blue) = 192+221+100=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD64 is #3F229B. Grayscale: #C6C6C6. Windows color (decimal): -4137628 or 6610368. OLE color: 6610368.

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

Color convert

RGB 192 221 100 -
CMYK 0.13 0 0.55 0.13
HSL 74.38º 0.64% 0.63% -
HSV(B) 74.38º 0.55% 0.87% -
XYZ 49.89 63.84 21.75 -
YUV 198.54 72.39 123.34 -
System Red Green Blue C M Y K H S L
Decimal 192 221 100 0.13 0 0.55 0.13 74.38 0.64 0.63
Hex C0 DD 64 D 0 37 D 4A 40 3F
Octal 300 335 144 15 0 67 15 112 100 77
Binary 11000000 11011101 1100100 1101 0 110111 1101 1001010 1000000 111111

Color Harmonies of #C0DD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DD64

Black with #C0DD64

Text Example


Text Example

White with #C0DD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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