Html Css Color HEX #C2F00F Inch Worm

📋 copy color: '#C2F00F'

red 194 ◦ green 240 ◦ blue 15

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

Shades of Inch Worm #C2F00F

Tints of Inch Worm #C2F00F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.45%

 BLUE value IS 15 (6.25% from 255) = 3.34%

R = 43.21%
G = 53.45%
B = 3.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#C2F00F (or 0xC2F00F) is known color: Inch Worm. HEX triplet: C2, F0 and 0F. RGB value is (194,240,15). Sum of RGB (Red+Green+Blue) = 194+240+15=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F00F is #3D0FF0. Grayscale: #C9C9C9. Windows color (decimal): -4001777 or 1044674. OLE color: 1044674.

HSL color Cylindrical-coordinate representation of color #C2F00F: hue angle of 72.27º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2F00F is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 240 15 -
CMYK 0.19 0 0.94 0.06
HSL 72.27º 0.88% 0.5% -
HSV(B) 72.27º 0.94% 0.94% -
XYZ 53.49 73.82 11.88 -
YUV 200.6 23.26 123.3 -
System Red Green Blue C M Y K H S L
Decimal 194 240 15 0.19 0 0.94 0.06 72.27 0.88 0.5
Hex C2 F0 F 13 0 5E 6 48 58 32
Octal 302 360 17 23 0 136 6 110 130 62
Binary 11000010 11110000 1111 10011 0 1011110 110 1001000 1011000 110010

Color Harmonies of #C2F00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F00F

Black with #C2F00F

Text Example


Text Example

White with #C2F00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F00F; }

 p { color: rgb(194,240,15); }

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

background-color css

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

 a { background-color: rgb(194,240,15); }

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

border-color css

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

 span { border-color: rgb(194,240,15); }

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