#C7F016

Color #C7F016 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #C7F016

Tints of Inch Worm #C7F016

Color information

#C7F016 (or 0xC7F016) is unknown color: approx Inch Worm. HEX triplet: C7, F0 and 16. RGB value is (199,240,22). Sum of RGB (Red+Green+Blue) = 199+240+22=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 22 (8.98% from 255 or 4.77% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F016 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F016 is #380FE9. Grayscale: #CBCBCB. Windows color (decimal): -3674090 or 1503431. OLE color: 1503431.

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

Color convert

RGB19924022-
CMYK0.1700.910.06
HSL71.28º87.9%51.37%-
HSV(B)71.28º90.83%94.12%-
XYZ54.8674.5212.25-
YUV202.8925.92125.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 240 (94.14% from 255) = 52.06%
BLUE value IS 22 (8.98% from 255) = 4.77%
R=43.17%
G=52.06%
B=4.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal199240220.1700.910.0671.2887.951.37
HexC7F0161105B6475833
Octal30736026210133610713063
Binary110001111111000010110100010101101111010001111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F016; }

 p { color: rgb(199,240,22); }

 H1.HeaderClassName
 {
   color: #C7F016;
 }
 .AnyTagClassName
 {
   color: #C7F016;
 }
</style>
background-color css

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

 a { background-color: rgb(199,240,22); }

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

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

 span { border-color: rgb(199,240,22); }

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