#94F442

Color #94F442 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #94F442

Tints of Green Yellow #94F442

Color information

#94F442 (or 0x94F442) is unknown color: approx Green Yellow. HEX triplet: 94, F4 and 42. RGB value is (148,244,66). Sum of RGB (Red+Green+Blue) = 148+244+66=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #94F442 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94F442 is #6B0BBD. Grayscale: #C3C3C3. Windows color (decimal): -7015358 or 4387988. OLE color: 4387988.

HSL color Cylindrical-coordinate representation of color #94F442: hue angle of 92.36º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94F442 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB14824466-
CMYK0.3900.730.04
HSL92.36º89%60.78%-
HSV(B)92.36º72.95%95.69%-
XYZ45.5571.3916.53-
YUV19555.294.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.31%
GREEN value IS 244 (95.70% from 255) = 53.28%
BLUE value IS 66 (26.17% from 255) = 14.41%
R=32.31%
G=53.28%
B=14.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal148244660.3900.730.0492.368960.78
Hex94F4422704945c593d
Octal224364102470111413413175
Binary100101001111010010000101001110100100110010111001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,244,66); }

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

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

 a { background-color: rgb(148,244,66); }

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

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

 span { border-color: rgb(148,244,66); }

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