#94DB06

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

Shades of Inch Worm #94DB06

Tints of Inch Worm #94DB06

Color information

#94DB06 (or 0x94DB06) is unknown color: approx Inch Worm. HEX triplet: 94, DB and 06. RGB value is (148,219,6). Sum of RGB (Red+Green+Blue) = 148+219+6=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 219 (85.94% from 255 or 58.71% from 373); Blue value is 6 (2.73% from 255 or 1.61% from 373); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94DB06 is #6B24F9. Grayscale: #AEAEAE. Windows color (decimal): -7021818 or 449428. OLE color: 449428.

HSL color Cylindrical-coordinate representation of color #94DB06: hue angle of 80º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94DB06 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB1482196-
CMYK0.3200.970.14
HSL80º94.67%44.12%-
HSV(B)80º97.26%85.88%-
XYZ37.5856.979.19-
YUV173.4933.48109.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 219 (85.94% from 255) = 58.71%
BLUE value IS 6 (2.73% from 255) = 1.61%
R=39.68%
G=58.71%
B=1.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal14821960.3200.970.148094.6744.12
Hex94DB620061E505f2c
Octal22433364001411612013754
Binary100101001101101111010000001100001111010100001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,219,6); }

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

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

 a { background-color: rgb(148,219,6); }

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

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

 span { border-color: rgb(148,219,6); }

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