Html Css Color HEX #C0F61A Inch Worm

📋 copy color: '#C0F61A'

red 192 ◦ green 246 ◦ blue 26

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

Shades of Inch Worm #C0F61A

Tints of Inch Worm #C0F61A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 53.02%

 BLUE value IS 26 (10.55% from 255) = 5.6%

R = 41.38%
G = 53.02%
B = 5.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#C0F61A (or 0xC0F61A) is known color: Inch Worm. HEX triplet: C0, F6 and 1A. RGB value is (192,246,26). Sum of RGB (Red+Green+Blue) = 192+246+26=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 246 (96.48% from 255 or 53.02% from 464); Blue value is 26 (10.55% from 255 or 5.60% from 464); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F61A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F61A is #3F09E5. Grayscale: #CDCDCD. Windows color (decimal): -4131302 or 1767104. OLE color: 1767104.

HSL color Cylindrical-coordinate representation of color #C0F61A: hue angle of 74.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0F61A is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 246 26 -
CMYK 0.22 0 0.89 0.04
HSL 74.73º 0.92% 0.53% -
HSV(B) 74.73º 0.89% 0.96% -
XYZ 54.88 77.19 12.98 -
YUV 204.77 27.11 118.89 -
System Red Green Blue C M Y K H S L
Decimal 192 246 26 0.22 0 0.89 0.04 74.73 0.92 0.53
Hex C0 F6 1A 16 0 59 4 4B 5C 35
Octal 300 366 32 26 0 131 4 113 134 65
Binary 11000000 11110110 11010 10110 0 1011001 100 1001011 1011100 110101

Color Harmonies of #C0F61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F61A

Black with #C0F61A

Text Example


Text Example

White with #C0F61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F61A; }

 p { color: rgb(192,246,26); }

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

background-color css

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

 a { background-color: rgb(192,246,26); }

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

border-color css

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

 span { border-color: rgb(192,246,26); }

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