Html Css Color HEX #95D59D Chinook

📋 copy color: '#95D59D'

red 149 ◦ green 213 ◦ blue 157

#95D59D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #95D59D

Tints of Chinook #95D59D

RGB

 RED value IS 149 (58.59% from 255) = 28.71%

 GREEN value IS 213 (83.59% from 255) = 41.04%

 BLUE value IS 157 (61.72% from 255) = 30.25%

R = 28.71%
G = 41.04%
B = 30.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#95D59D (or 0x95D59D) is known color: Chinook. HEX triplet: 95, D5 and 9D. RGB value is (149,213,157). Sum of RGB (Red+Green+Blue) = 149+213+157=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #95D59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D59D is #6A2A62. Grayscale: #BBBBBB. Windows color (decimal): -6957667 or 10343829. OLE color: 10343829.

HSL color Cylindrical-coordinate representation of color #95D59D: hue angle of 127.5º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D59D is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 213 157 -
CMYK 0.30 0 0.26 0.16
HSL 127.5º 0.43% 0.71% -
HSV(B) 127.5º 0.3% 0.84% -
XYZ 42.27 56.41 40.56 -
YUV 187.48 110.8 100.55 -
System Red Green Blue C M Y K H S L
Decimal 149 213 157 0.30 0 0.26 0.16 127.5 0.43 0.71
Hex 95 D5 9D 1E 0 1A 10 80 2B 47
Octal 225 325 235 36 0 32 20 200 53 107
Binary 10010101 11010101 10011101 11110 0 11010 10000 10000000 101011 1000111

Color Harmonies of #95D59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D59D

Black with #95D59D

Text Example


Text Example

White with #95D59D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,213,157); }

 H1.HeaderClassName
 {
   color: #95D59D;
 }
 .AnyTagClassName
 {
   color: #95D59D;
 }
</style>

background-color css

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

 a { background-color: rgb(149,213,157); }

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

border-color css

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

 span { border-color: rgb(149,213,157); }

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