Html Css Color HEX #84DC96 De York

📋 copy color: '#84DC96'

red 132 ◦ green 220 ◦ blue 150

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

Shades of De York #84DC96

Tints of De York #84DC96

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.82%

 BLUE value IS 150 (58.98% from 255) = 29.88%

R = 26.29%
G = 43.82%
B = 29.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#84DC96 (or 0x84DC96) is known color: De York. HEX triplet: 84, DC and 96. RGB value is (132,220,150). Sum of RGB (Red+Green+Blue) = 132+220+150=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DC96 is #7B2369. Grayscale: #B9B9B9. Windows color (decimal): -8069994 or 9886852. OLE color: 9886852.

HSL color Cylindrical-coordinate representation of color #84DC96: hue angle of 132.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DC96 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 220 150 -
CMYK 0.40 0 0.32 0.14
HSL 132.27º 0.56% 0.69% -
HSV(B) 132.27º 0.4% 0.86% -
XYZ 40.61 58.29 37.97 -
YUV 185.71 107.85 89.69 -
System Red Green Blue C M Y K H S L
Decimal 132 220 150 0.40 0 0.32 0.14 132.27 0.56 0.69
Hex 84 DC 96 28 0 20 E 84 38 45
Octal 204 334 226 50 0 40 16 204 70 105
Binary 10000100 11011100 10010110 101000 0 100000 1110 10000100 111000 1000101

Color Harmonies of #84DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DC96

Black with #84DC96

Text Example


Text Example

White with #84DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,220,150); }

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

background-color css

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

 a { background-color: rgb(132,220,150); }

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

border-color css

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

 span { border-color: rgb(132,220,150); }

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