#95FF59

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

Shades of Conifer #95FF59

Tints of Conifer #95FF59

Color information

#95FF59 (or 0x95FF59) is unknown color: approx Conifer. HEX triplet: 95, FF and 59. RGB value is (149,255,89). Sum of RGB (Red+Green+Blue) = 149+255+89=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 89 (35.16% from 255 or 18.05% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #95FF59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95FF59 is #6A00A6. Grayscale: #CCCCCC. Windows color (decimal): -6946983 or 5898133. OLE color: 5898133.

HSL color Cylindrical-coordinate representation of color #95FF59: hue angle of 98.31º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95FF59 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB14925589-
CMYK0.4200.650
HSL98.31º100%67.45%-
HSV(B)98.31º65.1%100%-
XYZ49.9678.6322-
YUV204.3862.8888.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 255 (100% from 255) = 51.72%
BLUE value IS 89 (35.16% from 255) = 18.05%
R=30.22%
G=51.72%
B=18.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal149255890.4200.65098.3110067.45
Hex95FF592A0410626443
Octal2253771315201010142144103
Binary10010101111111111011001101010010000010110001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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