#95F248

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

Shades of Green Yellow #95F248

Tints of Green Yellow #95F248

Color information

#95F248 (or 0x95F248) is unknown color: approx Green Yellow. HEX triplet: 95, F2 and 48. RGB value is (149,242,72). Sum of RGB (Red+Green+Blue) = 149+242+72=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #95F248 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95F248 is #6A0DB7. Grayscale: #C3C3C3. Windows color (decimal): -6950328 or 4780693. OLE color: 4780693.

HSL color Cylindrical-coordinate representation of color #95F248: hue angle of 92.82º 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 #95F248 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB14924272-
CMYK0.3800.700.05
HSL92.82º86.73%61.57%-
HSV(B)92.82º70.25%94.9%-
XYZ45.3270.3617.32-
YUV194.8158.6995.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 242 (94.92% from 255) = 52.27%
BLUE value IS 72 (28.52% from 255) = 15.55%
R=32.18%
G=52.27%
B=15.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal149242720.3800.700.0592.8286.7361.57
Hex95F2482604655d573e
Octal225362110460106513512776
Binary100101011111001010010001001100100011010110111011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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