#95F85B

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

Shades of Conifer #95F85B

Tints of Conifer #95F85B

Color information

#95F85B (or 0x95F85B) is unknown color: approx Conifer. HEX triplet: 95, F8 and 5B. RGB value is (149,248,91). Sum of RGB (Red+Green+Blue) = 149+248+91=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 248 (97.27% from 255 or 50.82% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 248 - color contains mainly: green. Hex color #95F85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F85B is #6A07A4. Grayscale: #C9C9C9. Windows color (decimal): -6948773 or 6027413. OLE color: 6027413.

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

Color convert

RGB14924891-
CMYK0.4000.630.03
HSL97.83º91.81%66.47%-
HSV(B)97.83º63.31%97.25%-
XYZ47.8574.2821.71-
YUV200.566.291.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.53%
GREEN value IS 248 (97.27% from 255) = 50.82%
BLUE value IS 91 (35.94% from 255) = 18.65%
R=30.53%
G=50.82%
B=18.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal149248910.4000.630.0397.8391.8166.47
Hex95F85B2803F3625c42
Octal225370133500773142134102
Binary10010101111110001011011101000011111111110001010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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