#95FA56

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

Shades of Conifer #95FA56

Tints of Conifer #95FA56

Color information

#95FA56 (or 0x95FA56) is unknown color: approx Conifer. HEX triplet: 95, FA and 56. RGB value is (149,250,86). Sum of RGB (Red+Green+Blue) = 149+250+86=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #95FA56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95FA56 is #6A05A9. Grayscale: #C9C9C9. Windows color (decimal): -6948266 or 5700245. OLE color: 5700245.

HSL color Cylindrical-coordinate representation of color #95FA56: hue angle of 96.95º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95FA56 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB14925086-
CMYK0.4000.660.02
HSL96.95º94.25%65.88%-
HSV(B)96.95º65.6%98.04%-
XYZ48.2675.4320.82-
YUV201.163.0490.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.72%
GREEN value IS 250 (98.05% from 255) = 51.55%
BLUE value IS 86 (33.98% from 255) = 17.73%
R=30.72%
G=51.55%
B=17.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal149250860.4000.660.0296.9594.2565.88
Hex95FA56280422615e42
Octal2253721265001022141136102
Binary100101011111101010101101010000100001010110000110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,250,86); }

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

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

 a { background-color: rgb(149,250,86); }

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

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

 span { border-color: rgb(149,250,86); }

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