Html Css Color HEX #C0E01C Inch Worm

📋 copy color: '#C0E01C'

red 192 ◦ green 224 ◦ blue 28

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

Shades of Inch Worm #C0E01C

Tints of Inch Worm #C0E01C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.45%

 BLUE value IS 28 (11.33% from 255) = 6.31%

R = 43.24%
G = 50.45%
B = 6.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#C0E01C (or 0xC0E01C) is known color: Inch Worm. HEX triplet: C0, E0 and 1C. RGB value is (192,224,28). Sum of RGB (Red+Green+Blue) = 192+224+28=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E01C is #3F1FE3. Grayscale: #C0C0C0. Windows color (decimal): -4136932 or 1892544. OLE color: 1892544.

HSL color Cylindrical-coordinate representation of color #C0E01C: hue angle of 69.8º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0E01C is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 224 28 -
CMYK 0.14 0 0.88 0.12
HSL 69.8º 0.78% 0.49% -
HSV(B) 69.8º 0.88% 0.88% -
XYZ 48.6 64.6 11.01 -
YUV 192.09 35.4 127.94 -
System Red Green Blue C M Y K H S L
Decimal 192 224 28 0.14 0 0.88 0.12 69.8 0.78 0.49
Hex C0 E0 1C E 0 58 C 46 4E 31
Octal 300 340 34 16 0 130 14 106 116 61
Binary 11000000 11100000 11100 1110 0 1011000 1100 1000110 1001110 110001

Color Harmonies of #C0E01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E01C

Black with #C0E01C

Text Example


Text Example

White with #C0E01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E01C; }

 p { color: rgb(192,224,28); }

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

background-color css

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

 a { background-color: rgb(192,224,28); }

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

border-color css

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

 span { border-color: rgb(192,224,28); }

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