#C7EA14

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

Shades of Inch Worm #C7EA14

Tints of Inch Worm #C7EA14

Color information

#C7EA14 (or 0xC7EA14) is unknown color: approx Inch Worm. HEX triplet: C7, EA and 14. RGB value is (199,234,20). Sum of RGB (Red+Green+Blue) = 199+234+20=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7EA14 is #3815EB. Grayscale: #C7C7C7. Windows color (decimal): -3675628 or 1370823. OLE color: 1370823.

HSL color Cylindrical-coordinate representation of color #C7EA14: hue angle of 69.81º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7EA14 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB19923420-
CMYK0.1500.910.08
HSL69.81º84.25%49.8%-
HSV(B)69.81º91.45%91.76%-
XYZ53.171.0411.57-
YUV199.1426.9127.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.93%
GREEN value IS 234 (91.80% from 255) = 51.66%
BLUE value IS 20 (8.20% from 255) = 4.42%
R=43.93%
G=51.66%
B=4.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal199234200.1500.910.0869.8184.2549.8
HexC7EA14F05B8465432
Octal307352241701331010612462
Binary110001111110101010100111101011011100010001101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EA14; }

 p { color: rgb(199,234,20); }

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

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

 a { background-color: rgb(199,234,20); }

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

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

 span { border-color: rgb(199,234,20); }

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