#94F248

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

Shades of Green Yellow #94F248

Tints of Green Yellow #94F248

Color information

#94F248 (or 0x94F248) is unknown color: approx Green Yellow. HEX triplet: 94, F2 and 48. RGB value is (148,242,72). Sum of RGB (Red+Green+Blue) = 148+242+72=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #94F248 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94F248 is #6B0DB7. Grayscale: #C3C3C3. Windows color (decimal): -7015864 or 4780692. OLE color: 4780692.

HSL color Cylindrical-coordinate representation of color #94F248: hue angle of 93.18º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94F248 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB14824272-
CMYK0.3900.700.05
HSL93.18º86.73%61.57%-
HSV(B)93.18º70.25%94.9%-
XYZ45.1370.2717.32-
YUV194.5158.8694.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.03%
GREEN value IS 242 (94.92% from 255) = 52.38%
BLUE value IS 72 (28.52% from 255) = 15.58%
R=32.03%
G=52.38%
B=15.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal148242720.3900.700.0593.1886.7361.57
Hex94F2482704655d573e
Octal224362110470106513512776
Binary100101001111001010010001001110100011010110111011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,242,72); }

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

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

 a { background-color: rgb(148,242,72); }

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

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

 span { border-color: rgb(148,242,72); }

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