Html Css Color HEX #84DF9F Chinook

📋 copy color: '#84DF9F'

red 132 ◦ green 223 ◦ blue 159

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

Shades of Chinook #84DF9F

Tints of Chinook #84DF9F

RGB

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

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

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

R = 25.68%
G = 43.39%
B = 30.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#84DF9F (or 0x84DF9F) is known color: Chinook. HEX triplet: 84, DF and 9F. RGB value is (132,223,159). Sum of RGB (Red+Green+Blue) = 132+223+159=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #84DF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DF9F is #7B2060. Grayscale: #BCBCBC. Windows color (decimal): -8069217 or 10477444. OLE color: 10477444.

HSL color Cylindrical-coordinate representation of color #84DF9F: hue angle of 137.8º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DF9F is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 223 159 -
CMYK 0.41 0 0.29 0.13
HSL 137.8º 0.59% 0.7% -
HSV(B) 137.8º 0.41% 0.87% -
XYZ 42.16 60.18 42.2 -
YUV 188.5 111.35 87.7 -
System Red Green Blue C M Y K H S L
Decimal 132 223 159 0.41 0 0.29 0.13 137.8 0.59 0.7
Hex 84 DF 9F 29 0 1D D 8A 3B 46
Octal 204 337 237 51 0 35 15 212 73 106
Binary 10000100 11011111 10011111 101001 0 11101 1101 10001010 111011 1000110

Color Harmonies of #84DF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DF9F

Black with #84DF9F

Text Example


Text Example

White with #84DF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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