Html Css Color HEX #84DE9E Chinook

📋 copy color: '#84DE9E'

red 132 ◦ green 222 ◦ blue 158

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

Shades of Chinook #84DE9E

Tints of Chinook #84DE9E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.36%

 BLUE value IS 158 (62.11% from 255) = 30.86%

R = 25.78%
G = 43.36%
B = 30.86%

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

#84DE9E (or 0x84DE9E) is known color: Chinook. HEX triplet: 84, DE and 9E. RGB value is (132,222,158). Sum of RGB (Red+Green+Blue) = 132+222+158=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #84DE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DE9E is #7B2161. Grayscale: #BBBBBB. Windows color (decimal): -8069474 or 10411652. OLE color: 10411652.

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

Color convert

RGB 132 222 158 -
CMYK 0.41 0 0.29 0.13
HSL 137.33º 0.58% 0.69% -
HSV(B) 137.33º 0.41% 0.87% -
XYZ 41.81 59.62 41.65 -
YUV 187.79 111.18 88.2 -
System Red Green Blue C M Y K H S L
Decimal 132 222 158 0.41 0 0.29 0.13 137.33 0.58 0.69
Hex 84 DE 9E 29 0 1D D 89 3A 45
Octal 204 336 236 51 0 35 15 211 72 105
Binary 10000100 11011110 10011110 101001 0 11101 1101 10001001 111010 1000101

Color Harmonies of #84DE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DE9E

Black with #84DE9E

Text Example


Text Example

White with #84DE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,222,158); }

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

background-color css

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

 a { background-color: rgb(132,222,158); }

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

border-color css

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

 span { border-color: rgb(132,222,158); }

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