Html Css Color HEX #C0E702 Inch Worm

📋 copy color: '#C0E702'

red 192 ◦ green 231 ◦ blue 2

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

Shades of Inch Worm #C0E702

Tints of Inch Worm #C0E702

RGB

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

 GREEN value IS 231 (90.63% from 255) = 54.35%

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 45.18%
G = 54.35%
B = 0.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#C0E702 (or 0xC0E702) is known color: Inch Worm. HEX triplet: C0, E7 and 02. RGB value is (192,231,2). Sum of RGB (Red+Green+Blue) = 192+231+2=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 231 (90.62% from 255 or 54.35% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0E702 is #3F18FD. Grayscale: #C2C2C2. Windows color (decimal): -4135166 or 190400. OLE color: 190400.

HSL color Cylindrical-coordinate representation of color #C0E702: hue angle of 70.22º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0E702 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 231 2 -
CMYK 0.17 0 0.99 0.09
HSL 70.22º 0.98% 0.46% -
HSV(B) 70.22º 0.99% 0.91% -
XYZ 50.33 68.36 10.6 -
YUV 193.23 20.08 127.12 -
System Red Green Blue C M Y K H S L
Decimal 192 231 2 0.17 0 0.99 0.09 70.22 0.98 0.46
Hex C0 E7 2 11 0 63 9 46 62 2E
Octal 300 347 2 21 0 143 11 106 142 56
Binary 11000000 11100111 10 10001 0 1100011 1001 1000110 1100010 101110

Color Harmonies of #C0E702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E702

Black with #C0E702

Text Example


Text Example

White with #C0E702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E702; }

 p { color: rgb(192,231,2); }

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

background-color css

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

 a { background-color: rgb(192,231,2); }

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

border-color css

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

 span { border-color: rgb(192,231,2); }

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