Html Css Color HEX #C0E300 Inch Worm

📋 copy color: '#C0E300'

red 192 ◦ green 227 ◦ blue 0

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

Shades of Inch Worm #C0E300

Tints of Inch Worm #C0E300

RGB

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

 GREEN value IS 227 (89.06% from 255) = 54.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.82%
G = 54.18%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#C0E300 (or 0xC0E300) is known color: Inch Worm. HEX triplet: C0, E3 and 00. RGB value is (192,227,0). Sum of RGB (Red+Green+Blue) = 192+227+0=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 227 (89.06% from 255 or 54.18% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E300 is #3F1CFF. Grayscale: #BFBFBF. Windows color (decimal): -4136192 or 58304. OLE color: 58304.

HSL color Cylindrical-coordinate representation of color #C0E300: hue angle of 69.25º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0E300 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 227 0 -
CMYK 0.15 0 1 0.11
HSL 69.25º 1% 0.45% -
HSV(B) 69.25º 1% 0.89% -
XYZ 49.21 66.14 10.17 -
YUV 190.66 20.4 128.96 -
System Red Green Blue C M Y K H S L
Decimal 192 227 0 0.15 0 1 0.11 69.25 1 0.45
Hex C0 E3 0 F 0 64 B 45 64 2D
Octal 300 343 0 17 0 144 13 105 144 55
Binary 11000000 11100011 0 1111 0 1100100 1011 1000101 1100100 101101

Color Harmonies of #C0E300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E300

Black with #C0E300

Text Example


Text Example

White with #C0E300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E300; }

 p { color: rgb(192,227,0); }

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

background-color css

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

 a { background-color: rgb(192,227,0); }

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

border-color css

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

 span { border-color: rgb(192,227,0); }

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