Html Css Color HEX #C0E005 Inch Worm

📋 copy color: '#C0E005'

red 192 ◦ green 224 ◦ blue 5

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

Shades of Inch Worm #C0E005

Tints of Inch Worm #C0E005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.19%

R = 45.61%
G = 53.21%
B = 1.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#C0E005 (or 0xC0E005) is known color: Inch Worm. HEX triplet: C0, E0 and 05. RGB value is (192,224,5). Sum of RGB (Red+Green+Blue) = 192+224+5=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 224 (87.89% from 255 or 53.21% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E005 is #3F1FFA. Grayscale: #BEBEBE. Windows color (decimal): -4136955 or 385216. OLE color: 385216.

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

Color convert

RGB 192 224 5 -
CMYK 0.14 0 0.98 0.12
HSL 68.77º 0.96% 0.45% -
HSV(B) 68.77º 0.98% 0.88% -
XYZ 48.42 64.53 10.05 -
YUV 189.47 23.9 129.81 -
System Red Green Blue C M Y K H S L
Decimal 192 224 5 0.14 0 0.98 0.12 68.77 0.96 0.45
Hex C0 E0 5 E 0 62 C 45 60 2D
Octal 300 340 5 16 0 142 14 105 140 55
Binary 11000000 11100000 101 1110 0 1100010 1100 1000101 1100000 101101

Color Harmonies of #C0E005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E005

Black with #C0E005

Text Example


Text Example

White with #C0E005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E005; }

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

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

background-color css

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

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

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

border-color css

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

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

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