#95FB50

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

Shades of Green Yellow #95FB50

Tints of Green Yellow #95FB50

Color information

#95FB50 (or 0x95FB50) is unknown color: approx Green Yellow. HEX triplet: 95, FB and 50. RGB value is (149,251,80). Sum of RGB (Red+Green+Blue) = 149+251+80=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 251 (98.44% from 255 or 52.29% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 251 - color contains mainly: green. Hex color #95FB50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95FB50 is #6A04AF. Grayscale: #C9C9C9. Windows color (decimal): -6948016 or 5307285. OLE color: 5307285.

HSL color Cylindrical-coordinate representation of color #95FB50: hue angle of 95.79º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95FB50 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB14925180-
CMYK0.4100.680.02
HSL95.79º95.53%64.9%-
HSV(B)95.79º68.13%98.43%-
XYZ48.3475.9619.7-
YUV201.0159.7190.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.04%
GREEN value IS 251 (98.44% from 255) = 52.29%
BLUE value IS 80 (31.64% from 255) = 16.67%
R=31.04%
G=52.29%
B=16.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal149251800.4100.680.0295.7995.5364.9
Hex95FB50290442606041
Octal2253731205101042140140101
Binary100101011111101110100001010010100010010110000011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,251,80); }

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

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

 a { background-color: rgb(149,251,80); }

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

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

 span { border-color: rgb(149,251,80); }

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