#95FB47

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

Shades of Green Yellow #95FB47

Tints of Green Yellow #95FB47

Color information

#95FB47 (or 0x95FB47) is unknown color: approx Green Yellow. HEX triplet: 95, FB and 47. RGB value is (149,251,71). Sum of RGB (Red+Green+Blue) = 149+251+71=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 251 (98.44% from 255 or 53.29% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 251 - color contains mainly: green. Hex color #95FB47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95FB47 is #6A04B8. Grayscale: #C8C8C8. Windows color (decimal): -6948025 or 4717461. OLE color: 4717461.

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

Color convert

RGB14925171-
CMYK0.4100.720.02
HSL94º95.74%63.14%-
HSV(B)94º71.71%98.43%-
XYZ48.0375.8418.07-
YUV199.9855.2191.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.63%
GREEN value IS 251 (98.44% from 255) = 53.29%
BLUE value IS 71 (28.12% from 255) = 15.07%
R=31.63%
G=53.29%
B=15.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal149251710.4100.720.029495.7463.14
Hex95FB472904825e603f
Octal225373107510110213614077
Binary10010101111110111000111101001010010001010111101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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