#94DF0F

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

Shades of Inch Worm #94DF0F

Tints of Inch Worm #94DF0F

Color information

#94DF0F (or 0x94DF0F) is unknown color: approx Inch Worm. HEX triplet: 94, DF and 0F. RGB value is (148,223,15). Sum of RGB (Red+Green+Blue) = 148+223+15=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 223 (87.5% from 255 or 57.77% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94DF0F is #6B20F0. Grayscale: #B1B1B1. Windows color (decimal): -7020785 or 1040276. OLE color: 1040276.

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

Color convert

RGB14822315-
CMYK0.3400.930.13
HSL81.63º87.39%46.67%-
HSV(B)81.63º93.27%87.45%-
XYZ38.6959.119.82-
YUV176.8636.65107.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.34%
GREEN value IS 223 (87.5% from 255) = 57.77%
BLUE value IS 15 (6.25% from 255) = 3.89%
R=38.34%
G=57.77%
B=3.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148223150.3400.930.1381.6387.3946.67
Hex94DFF2205DD52572f
Octal224337174201351512212757
Binary1001010011011111111110001001011101110110100101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,223,15); }

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

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

 a { background-color: rgb(148,223,15); }

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

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

 span { border-color: rgb(148,223,15); }

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