#95DE59

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

Shades of Conifer #95DE59

Tints of Conifer #95DE59

Color information

#95DE59 (or 0x95DE59) is unknown color: approx Conifer. HEX triplet: 95, DE and 59. RGB value is (149,222,89). Sum of RGB (Red+Green+Blue) = 149+222+89=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #95DE59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DE59 is #6A21A6. Grayscale: #B9B9B9. Windows color (decimal): -6955431 or 5889685. OLE color: 5889685.

HSL color Cylindrical-coordinate representation of color #95DE59: hue angle of 92.93º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95DE59 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB14922289-
CMYK0.3300.600.13
HSL92.93º66.83%60.98%-
HSV(B)92.93º59.91%87.06%-
XYZ40.3259.3518.78-
YUV185.0173.82102.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.39%
GREEN value IS 222 (87.11% from 255) = 48.26%
BLUE value IS 89 (35.16% from 255) = 19.35%
R=32.39%
G=48.26%
B=19.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149222890.3300.600.1392.9366.8360.98
Hex95DE592103CD5d433d
Octal225336131410741513510375
Binary100101011101111010110011000010111100110110111011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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