Html Css Color HEX #C0F716 Inch Worm

📋 copy color: '#C0F716'

red 192 ◦ green 247 ◦ blue 22

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

Shades of Inch Worm #C0F716

Tints of Inch Worm #C0F716

RGB

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

 GREEN value IS 247 (96.88% from 255) = 53.58%

 BLUE value IS 22 (8.98% from 255) = 4.77%

R = 41.65%
G = 53.58%
B = 4.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#C0F716 (or 0xC0F716) is known color: Inch Worm. HEX triplet: C0, F7 and 16. RGB value is (192,247,22). Sum of RGB (Red+Green+Blue) = 192+247+22=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 247 (96.88% from 255 or 53.58% from 461); Blue value is 22 (8.98% from 255 or 4.77% from 461); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F716 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F716 is #3F08E9. Grayscale: #CDCDCD. Windows color (decimal): -4131050 or 1505216. OLE color: 1505216.

HSL color Cylindrical-coordinate representation of color #C0F716: hue angle of 74.67º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0F716 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 247 22 -
CMYK 0.22 0 0.91 0.03
HSL 74.67º 0.93% 0.53% -
HSV(B) 74.67º 0.91% 0.97% -
XYZ 55.14 77.79 12.87 -
YUV 204.91 24.78 118.8 -
System Red Green Blue C M Y K H S L
Decimal 192 247 22 0.22 0 0.91 0.03 74.67 0.93 0.53
Hex C0 F7 16 16 0 5B 3 4B 5D 35
Octal 300 367 26 26 0 133 3 113 135 65
Binary 11000000 11110111 10110 10110 0 1011011 11 1001011 1011101 110101

Color Harmonies of #C0F716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F716

Black with #C0F716

Text Example


Text Example

White with #C0F716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F716; }

 p { color: rgb(192,247,22); }

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

background-color css

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

 a { background-color: rgb(192,247,22); }

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

border-color css

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

 span { border-color: rgb(192,247,22); }

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