Html Css Color HEX #C0E60D Inch Worm

📋 copy color: '#C0E60D'

red 192 ◦ green 230 ◦ blue 13

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

Shades of Inch Worm #C0E60D

Tints of Inch Worm #C0E60D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 52.87%

 BLUE value IS 13 (5.47% from 255) = 2.99%

R = 44.14%
G = 52.87%
B = 2.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#C0E60D (or 0xC0E60D) is known color: Inch Worm. HEX triplet: C0, E6 and 0D. RGB value is (192,230,13). Sum of RGB (Red+Green+Blue) = 192+230+13=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 230 (90.23% from 255 or 52.87% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0E60D is #3F19F2. Grayscale: #C2C2C2. Windows color (decimal): -4135411 or 911040. OLE color: 911040.

HSL color Cylindrical-coordinate representation of color #C0E60D: hue angle of 70.51º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0E60D is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 230 13 -
CMYK 0.17 0 0.94 0.10
HSL 70.51º 0.89% 0.48% -
HSV(B) 70.51º 0.94% 0.9% -
XYZ 50.11 67.83 10.83 -
YUV 193.9 25.91 126.64 -
System Red Green Blue C M Y K H S L
Decimal 192 230 13 0.17 0 0.94 0.10 70.51 0.89 0.48
Hex C0 E6 D 11 0 5E A 47 59 30
Octal 300 346 15 21 0 136 12 107 131 60
Binary 11000000 11100110 1101 10001 0 1011110 1010 1000111 1011001 110000

Color Harmonies of #C0E60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E60D

Black with #C0E60D

Text Example


Text Example

White with #C0E60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E60D; }

 p { color: rgb(192,230,13); }

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

background-color css

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

 a { background-color: rgb(192,230,13); }

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

border-color css

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

 span { border-color: rgb(192,230,13); }

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