Html Css Color HEX #84DA9F Chinook

📋 copy color: '#84DA9F'

red 132 ◦ green 218 ◦ blue 159

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

Shades of Chinook #84DA9F

Tints of Chinook #84DA9F

RGB

 RED value IS 132 (51.95% from 255) = 25.93%

 GREEN value IS 218 (85.55% from 255) = 42.83%

 BLUE value IS 159 (62.5% from 255) = 31.24%

R = 25.93%
G = 42.83%
B = 31.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#84DA9F (or 0x84DA9F) is known color: Chinook. HEX triplet: 84, DA and 9F. RGB value is (132,218,159). Sum of RGB (Red+Green+Blue) = 132+218+159=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #84DA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DA9F is #7B2560. Grayscale: #B9B9B9. Windows color (decimal): -8070497 or 10476164. OLE color: 10476164.

HSL color Cylindrical-coordinate representation of color #84DA9F: hue angle of 138.84º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84DA9F is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 218 159 -
CMYK 0.39 0 0.27 0.15
HSL 138.84º 0.54% 0.69% -
HSV(B) 138.84º 0.39% 0.85% -
XYZ 40.85 57.55 41.76 -
YUV 185.56 113.01 89.8 -
System Red Green Blue C M Y K H S L
Decimal 132 218 159 0.39 0 0.27 0.15 138.84 0.54 0.69
Hex 84 DA 9F 27 0 1B F 8B 36 45
Octal 204 332 237 47 0 33 17 213 66 105
Binary 10000100 11011010 10011111 100111 0 11011 1111 10001011 110110 1000101

Color Harmonies of #84DA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DA9F

Black with #84DA9F

Text Example


Text Example

White with #84DA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84DA9F; }

 p { color: rgb(132,218,159); }

 H1.HeaderClassName
 {
   color: #84DA9F;
 }
 .AnyTagClassName
 {
   color: #84DA9F;
 }
</style>

background-color css

<style>
 a { background-color: #84DA9F; }

 a { background-color: rgb(132,218,159); }

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

border-color css

<style>
 span { border-color: #84DA9F; }

 span { border-color: rgb(132,218,159); }

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