#95F84F

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

Shades of Green Yellow #95F84F

Tints of Green Yellow #95F84F

Color information

#95F84F (or 0x95F84F) is unknown color: approx Green Yellow. HEX triplet: 95, F8 and 4F. RGB value is (149,248,79). Sum of RGB (Red+Green+Blue) = 149+248+79=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 248 (97.27% from 255 or 52.10% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 248 - color contains mainly: green. Hex color #95F84F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F84F is #6A07B0. Grayscale: #C7C7C7. Windows color (decimal): -6948785 or 5240981. OLE color: 5240981.

HSL color Cylindrical-coordinate representation of color #95F84F: hue angle of 95.15º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95F84F is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB14924879-
CMYK0.4000.680.03
HSL95.15º92.35%64.12%-
HSV(B)95.15º68.15%97.25%-
XYZ47.3774.0919.2-
YUV199.1360.292.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.30%
GREEN value IS 248 (97.27% from 255) = 52.10%
BLUE value IS 79 (31.25% from 255) = 16.60%
R=31.30%
G=52.10%
B=16.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal149248790.4000.680.0395.1592.3564.12
Hex95F84F2804435f5c40
Octal2253701175001043137134100
Binary100101011111100010011111010000100010011101111110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,248,79); }

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

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

 a { background-color: rgb(149,248,79); }

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

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

 span { border-color: rgb(149,248,79); }

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