#95D399

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

Shades of Chinook #95D399

Tints of Chinook #95D399

Color information

#95D399 (or 0x95D399) is unknown color: approx Chinook. HEX triplet: 95, D3 and 99. RGB value is (149,211,153). Sum of RGB (Red+Green+Blue) = 149+211+153=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #95D399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D399 is #6A2C66. Grayscale: #BABABA. Windows color (decimal): -6958183 or 10081173. OLE color: 10081173.

HSL color Cylindrical-coordinate representation of color #95D399: hue angle of 123.87º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D399 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB149211153-
CMYK0.2900.270.17
HSL123.87º41.33%70.59%-
HSV(B)123.87º29.38%82.75%-
XYZ41.4455.2838.62-
YUV185.85109.46101.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.04%
GREEN value IS 211 (82.81% from 255) = 41.13%
BLUE value IS 153 (60.16% from 255) = 29.82%
R=29.04%
G=41.13%
B=29.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1492111530.2900.270.17123.8741.3370.59
Hex95D3991D01B117c2947
Octal225323231350332117451107
Binary100101011101001110011001111010110111000111111001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,211,153); }

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

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

 a { background-color: rgb(149,211,153); }

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

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

 span { border-color: rgb(149,211,153); }

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