Html Css Color HEX #C2F11F Inch Worm

📋 copy color: '#C2F11F'

red 194 ◦ green 241 ◦ blue 31

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

Shades of Inch Worm #C2F11F

Tints of Inch Worm #C2F11F

RGB

 RED value IS 194 (76.17% from 255) = 41.63%

 GREEN value IS 241 (94.53% from 255) = 51.72%

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

R = 41.63%
G = 51.72%
B = 6.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#C2F11F (or 0xC2F11F) is known color: Inch Worm. HEX triplet: C2, F1 and 1F. RGB value is (194,241,31). Sum of RGB (Red+Green+Blue) = 194+241+31=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 31 (12.5% from 255 or 6.65% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F11F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F11F is #3D0EE0. Grayscale: #CBCBCB. Windows color (decimal): -4001505 or 2093506. OLE color: 2093506.

HSL color Cylindrical-coordinate representation of color #C2F11F: hue angle of 73.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2F11F is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 241 31 -
CMYK 0.20 0 0.87 0.05
HSL 73.43º 0.88% 0.53% -
HSV(B) 73.43º 0.87% 0.95% -
XYZ 53.95 74.48 12.83 -
YUV 203.01 30.93 121.58 -
System Red Green Blue C M Y K H S L
Decimal 194 241 31 0.20 0 0.87 0.05 73.43 0.88 0.53
Hex C2 F1 1F 14 0 57 5 49 58 35
Octal 302 361 37 24 0 127 5 111 130 65
Binary 11000010 11110001 11111 10100 0 1010111 101 1001001 1011000 110101

Color Harmonies of #C2F11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F11F

Black with #C2F11F

Text Example


Text Example

White with #C2F11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F11F; }

 p { color: rgb(194,241,31); }

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

background-color css

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

 a { background-color: rgb(194,241,31); }

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

border-color css

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

 span { border-color: rgb(194,241,31); }

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