Html Css Color HEX #95DF9D Chinook

📋 copy color: '#95DF9D'

red 149 ◦ green 223 ◦ blue 157

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

Shades of Chinook #95DF9D

Tints of Chinook #95DF9D

RGB

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

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

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

R = 28.17%
G = 42.16%
B = 29.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#95DF9D (or 0x95DF9D) is known color: Chinook. HEX triplet: 95, DF and 9D. RGB value is (149,223,157). Sum of RGB (Red+Green+Blue) = 149+223+157=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DF9D is #6A2062. Grayscale: #C1C1C1. Windows color (decimal): -6955107 or 10346389. OLE color: 10346389.

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

Color convert

RGB 149 223 157 -
CMYK 0.33 0 0.30 0.13
HSL 126.49º 0.54% 0.73% -
HSV(B) 126.49º 0.33% 0.87% -
XYZ 44.87 61.6 41.42 -
YUV 193.35 107.48 96.37 -
System Red Green Blue C M Y K H S L
Decimal 149 223 157 0.33 0 0.30 0.13 126.49 0.54 0.73
Hex 95 DF 9D 21 0 1E D 7E 36 49
Octal 225 337 235 41 0 36 15 176 66 111
Binary 10010101 11011111 10011101 100001 0 11110 1101 1111110 110110 1001001

Color Harmonies of #95DF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF9D

Black with #95DF9D

Text Example


Text Example

White with #95DF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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