#95F859

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

Shades of Conifer #95F859

Tints of Conifer #95F859

Color information

#95F859 (or 0x95F859) is unknown color: approx Conifer. HEX triplet: 95, F8 and 59. RGB value is (149,248,89). Sum of RGB (Red+Green+Blue) = 149+248+89=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #95F859 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F859 is #6A07A6. Grayscale: #C8C8C8. Windows color (decimal): -6948775 or 5896341. OLE color: 5896341.

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

Color convert

RGB14924889-
CMYK0.4000.640.03
HSL97.36º91.91%66.08%-
HSV(B)97.36º64.11%97.25%-
XYZ47.7674.2521.26-
YUV200.2765.291.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.66%
GREEN value IS 248 (97.27% from 255) = 51.03%
BLUE value IS 89 (35.16% from 255) = 18.31%
R=30.66%
G=51.03%
B=18.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal149248890.4000.640.0397.3691.9166.08
Hex95F859280403615c42
Octal2253701315001003141134102
Binary100101011111100010110011010000100000011110000110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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