#94D714

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

Shades of Inch Worm #94D714

Tints of Inch Worm #94D714

Color information

#94D714 (or 0x94D714) is unknown color: approx Inch Worm. HEX triplet: 94, D7 and 14. RGB value is (148,215,20). Sum of RGB (Red+Green+Blue) = 148+215+20=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #94D714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D714 is #6B28EB. Grayscale: #ADADAD. Windows color (decimal): -7022828 or 1365908. OLE color: 1365908.

HSL color Cylindrical-coordinate representation of color #94D714: hue angle of 80.62º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94D714 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB14821520-
CMYK0.3100.910.16
HSL80.62º82.98%46.08%-
HSV(B)80.62º90.7%84.31%-
XYZ36.6454.959.34-
YUV172.7441.8110.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 215 (84.38% from 255) = 56.14%
BLUE value IS 20 (8.20% from 255) = 5.22%
R=38.64%
G=56.14%
B=5.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148215200.3100.910.1680.6282.9846.08
Hex94D7141F05B1051532e
Octal224327243701332012112356
Binary10010100110101111010011111010110111000010100011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,215,20); }

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

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

 a { background-color: rgb(148,215,20); }

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

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

 span { border-color: rgb(148,215,20); }

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