Html Css Color HEX #C0F00F Inch Worm

📋 copy color: '#C0F00F'

red 192 ◦ green 240 ◦ blue 15

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

Shades of Inch Worm #C0F00F

Tints of Inch Worm #C0F00F

RGB

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

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

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

R = 42.95%
G = 53.69%
B = 3.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#C0F00F (or 0xC0F00F) is known color: Inch Worm. HEX triplet: C0, F0 and 0F. RGB value is (192,240,15). Sum of RGB (Red+Green+Blue) = 192+240+15=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 240 (94.14% from 255 or 53.69% from 447); Blue value is 15 (6.25% from 255 or 3.36% from 447); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F00F is #3F0FF0. Grayscale: #C8C8C8. Windows color (decimal): -4132849 or 1044672. OLE color: 1044672.

HSL color Cylindrical-coordinate representation of color #C0F00F: hue angle of 72.8º 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 #C0F00F is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 240 15 -
CMYK 0.20 0 0.94 0.06
HSL 72.8º 0.88% 0.5% -
HSV(B) 72.8º 0.94% 0.94% -
XYZ 52.98 73.56 11.86 -
YUV 200 23.6 122.3 -
System Red Green Blue C M Y K H S L
Decimal 192 240 15 0.20 0 0.94 0.06 72.8 0.88 0.5
Hex C0 F0 F 14 0 5E 6 49 58 32
Octal 300 360 17 24 0 136 6 111 130 62
Binary 11000000 11110000 1111 10100 0 1011110 110 1001001 1011000 110010

Color Harmonies of #C0F00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F00F

Black with #C0F00F

Text Example


Text Example

White with #C0F00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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