#C7E312

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

Shades of Inch Worm #C7E312

Tints of Inch Worm #C7E312

Color information

#C7E312 (or 0xC7E312) is unknown color: approx Inch Worm. HEX triplet: C7, E3 and 12. RGB value is (199,227,18). Sum of RGB (Red+Green+Blue) = 199+227+18=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7E312 is #381CED. Grayscale: #C3C3C3. Windows color (decimal): -3677422 or 1237959. OLE color: 1237959.

HSL color Cylindrical-coordinate representation of color #C7E312: hue angle of 68.04º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7E312 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB19922718-
CMYK0.1200.920.11
HSL68.04º85.31%48.04%-
HSV(B)68.04º92.07%89.02%-
XYZ51.1367.1210.83-
YUV194.828.22130.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.82%
GREEN value IS 227 (89.06% from 255) = 51.13%
BLUE value IS 18 (7.42% from 255) = 4.05%
R=44.82%
G=51.13%
B=4.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal199227180.1200.920.1168.0485.3148.04
HexC7E312C05CB445530
Octal307343221401341310412560
Binary110001111110001110010110001011100101110001001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E312; }

 p { color: rgb(199,227,18); }

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

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

 a { background-color: rgb(199,227,18); }

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

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

 span { border-color: rgb(199,227,18); }

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