Html Css Color HEX #C0F41F Inch Worm

📋 copy color: '#C0F41F'

red 192 ◦ green 244 ◦ blue 31

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

Shades of Inch Worm #C0F41F

Tints of Inch Worm #C0F41F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.25%

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

R = 41.11%
G = 52.25%
B = 6.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#C0F41F (or 0xC0F41F) is known color: Inch Worm. HEX triplet: C0, F4 and 1F. RGB value is (192,244,31). Sum of RGB (Red+Green+Blue) = 192+244+31=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 244 (95.70% from 255 or 52.25% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F41F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F41F is #3F0BE0. Grayscale: #CCCCCC. Windows color (decimal): -4131809 or 2094272. OLE color: 2094272.

HSL color Cylindrical-coordinate representation of color #C0F41F: hue angle of 74.65º degrees, saturation: 0.91, 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 #C0F41F is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 244 31 -
CMYK 0.21 0 0.87 0.04
HSL 74.65º 0.91% 0.54% -
HSV(B) 74.65º 0.87% 0.96% -
XYZ 54.34 76.01 13.1 -
YUV 204.17 30.27 119.32 -
System Red Green Blue C M Y K H S L
Decimal 192 244 31 0.21 0 0.87 0.04 74.65 0.91 0.54
Hex C0 F4 1F 15 0 57 4 4B 5B 36
Octal 300 364 37 25 0 127 4 113 133 66
Binary 11000000 11110100 11111 10101 0 1010111 100 1001011 1011011 110110

Color Harmonies of #C0F41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F41F

Black with #C0F41F

Text Example


Text Example

White with #C0F41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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