Html Css Color HEX #95DFA1 Chinook

📋 copy color: '#95DFA1'

red 149 ◦ green 223 ◦ blue 161

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

Shades of Chinook #95DFA1

Tints of Chinook #95DFA1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.84%

 BLUE value IS 161 (63.28% from 255) = 30.21%

R = 27.95%
G = 41.84%
B = 30.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#95DFA1 (or 0x95DFA1) is known color: Chinook. HEX triplet: 95, DF and A1. RGB value is (149,223,161). Sum of RGB (Red+Green+Blue) = 149+223+161=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #95DFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DFA1 is #6A205E. Grayscale: #C1C1C1. Windows color (decimal): -6955103 or 10608533. OLE color: 10608533.

HSL color Cylindrical-coordinate representation of color #95DFA1: hue angle of 129.73º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DFA1 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 223 161 -
CMYK 0.33 0 0.28 0.13
HSL 129.73º 0.54% 0.73% -
HSV(B) 129.73º 0.33% 0.87% -
XYZ 45.22 61.74 43.25 -
YUV 193.81 109.48 96.04 -
System Red Green Blue C M Y K H S L
Decimal 149 223 161 0.33 0 0.28 0.13 129.73 0.54 0.73
Hex 95 DF A1 21 0 1C D 82 36 49
Octal 225 337 241 41 0 34 15 202 66 111
Binary 10010101 11011111 10100001 100001 0 11100 1101 10000010 110110 1001001

Color Harmonies of #95DFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DFA1

Black with #95DFA1

Text Example


Text Example

White with #95DFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,223,161); }

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

background-color css

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

 a { background-color: rgb(149,223,161); }

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

border-color css

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

 span { border-color: rgb(149,223,161); }

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