Html Css Color HEX #C0DD17 Inch Worm

📋 copy color: '#C0DD17'

red 192 ◦ green 221 ◦ blue 23

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

Shades of Inch Worm #C0DD17

Tints of Inch Worm #C0DD17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.28%

R = 44.04%
G = 50.69%
B = 5.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#C0DD17 (or 0xC0DD17) is known color: Inch Worm. HEX triplet: C0, DD and 17. RGB value is (192,221,23). Sum of RGB (Red+Green+Blue) = 192+221+23=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 23 (9.38% from 255 or 5.28% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DD17 is #3F22E8. Grayscale: #BEBEBE. Windows color (decimal): -4137705 or 1564096. OLE color: 1564096.

HSL color Cylindrical-coordinate representation of color #C0DD17: hue angle of 68.79º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0DD17 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 221 23 -
CMYK 0.13 0 0.90 0.13
HSL 68.79º 0.81% 0.48% -
HSV(B) 68.79º 0.9% 0.87% -
XYZ 47.75 62.98 10.45 -
YUV 189.76 33.89 129.6 -
System Red Green Blue C M Y K H S L
Decimal 192 221 23 0.13 0 0.90 0.13 68.79 0.81 0.48
Hex C0 DD 17 D 0 5A D 45 51 30
Octal 300 335 27 15 0 132 15 105 121 60
Binary 11000000 11011101 10111 1101 0 1011010 1101 1000101 1010001 110000

Color Harmonies of #C0DD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DD17

Black with #C0DD17

Text Example


Text Example

White with #C0DD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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