Html Css Color HEX #C0F61F Inch Worm

📋 copy color: '#C0F61F'

red 192 ◦ green 246 ◦ blue 31

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

Shades of Inch Worm #C0F61F

Tints of Inch Worm #C0F61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.61%

R = 40.94%
G = 52.45%
B = 6.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#C0F61F (or 0xC0F61F) is known color: Inch Worm. HEX triplet: C0, F6 and 1F. RGB value is (192,246,31). Sum of RGB (Red+Green+Blue) = 192+246+31=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 246 (96.48% from 255 or 52.45% from 469); Blue value is 31 (12.5% from 255 or 6.61% from 469); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F61F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F61F is #3F09E0. Grayscale: #CECECE. Windows color (decimal): -4131297 or 2094784. OLE color: 2094784.

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

Color convert

RGB 192 246 31 -
CMYK 0.22 0 0.87 0.04
HSL 75.07º 0.92% 0.54% -
HSV(B) 75.07º 0.87% 0.96% -
XYZ 54.94 77.22 13.3 -
YUV 205.34 29.61 118.48 -
System Red Green Blue C M Y K H S L
Decimal 192 246 31 0.22 0 0.87 0.04 75.07 0.92 0.54
Hex C0 F6 1F 16 0 57 4 4B 5C 36
Octal 300 366 37 26 0 127 4 113 134 66
Binary 11000000 11110110 11111 10110 0 1010111 100 1001011 1011100 110110

Color Harmonies of #C0F61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F61F

Black with #C0F61F

Text Example


Text Example

White with #C0F61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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