Html Css Color HEX #95DFA5 Chinook

📋 copy color: '#95DFA5'

red 149 ◦ green 223 ◦ blue 165

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

Shades of Chinook #95DFA5

Tints of Chinook #95DFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.73%

R = 27.75%
G = 41.53%
B = 30.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#95DFA5 (or 0x95DFA5) is known color: Chinook. HEX triplet: 95, DF and A5. RGB value is (149,223,165). Sum of RGB (Red+Green+Blue) = 149+223+165=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #95DFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DFA5 is #6A205A. Grayscale: #C2C2C2. Windows color (decimal): -6955099 or 10870677. OLE color: 10870677.

HSL color Cylindrical-coordinate representation of color #95DFA5: hue angle of 132.97º 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 #95DFA5 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 223 165 -
CMYK 0.33 0 0.26 0.13
HSL 132.97º 0.54% 0.73% -
HSV(B) 132.97º 0.33% 0.87% -
XYZ 45.57 61.88 45.14 -
YUV 194.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 149 223 165 0.33 0 0.26 0.13 132.97 0.54 0.73
Hex 95 DF A5 21 0 1A D 85 36 49
Octal 225 337 245 41 0 32 15 205 66 111
Binary 10010101 11011111 10100101 100001 0 11010 1101 10000101 110110 1001001

Color Harmonies of #95DFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DFA5

Black with #95DFA5

Text Example


Text Example

White with #95DFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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