#94DE13

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

Shades of Inch Worm #94DE13

Tints of Inch Worm #94DE13

Color information

#94DE13 (or 0x94DE13) is unknown color: approx Inch Worm. HEX triplet: 94, DE and 13. RGB value is (148,222,19). Sum of RGB (Red+Green+Blue) = 148+222+19=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 222 (87.11% from 255 or 57.07% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 222 - color contains mainly: green. Hex color #94DE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94DE13 is #6B21EC. Grayscale: #B1B1B1. Windows color (decimal): -7021037 or 1302164. OLE color: 1302164.

HSL color Cylindrical-coordinate representation of color #94DE13: hue angle of 81.87º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94DE13 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB14822219-
CMYK0.3300.910.13
HSL81.87º84.23%47.25%-
HSV(B)81.87º91.44%87.06%-
XYZ38.4558.599.9-
YUV176.7338.98107.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 222 (87.11% from 255) = 57.07%
BLUE value IS 19 (7.81% from 255) = 4.88%
R=38.05%
G=57.07%
B=4.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148222190.3300.910.1381.8784.2347.25
Hex94DE132105BD52542f
Octal224336234101331512212457
Binary10010100110111101001110000101011011110110100101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94DE13; }

 p { color: rgb(148,222,19); }

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

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

 a { background-color: rgb(148,222,19); }

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

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

 span { border-color: rgb(148,222,19); }

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