Html Css Color HEX #84D995 De York

📋 copy color: '#84D995'

red 132 ◦ green 217 ◦ blue 149

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

Shades of De York #84D995

Tints of De York #84D995

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.57%

 BLUE value IS 149 (58.59% from 255) = 29.92%

R = 26.51%
G = 43.57%
B = 29.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#84D995 (or 0x84D995) is known color: De York. HEX triplet: 84, D9 and 95. RGB value is (132,217,149). Sum of RGB (Red+Green+Blue) = 132+217+149=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #84D995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D995 is #7B266A. Grayscale: #B8B8B8. Windows color (decimal): -8070763 or 9820548. OLE color: 9820548.

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

Color convert

RGB 132 217 149 -
CMYK 0.39 0 0.31 0.15
HSL 132º 0.53% 0.68% -
HSV(B) 132º 0.39% 0.85% -
XYZ 39.75 56.7 37.28 -
YUV 183.83 108.34 91.03 -
System Red Green Blue C M Y K H S L
Decimal 132 217 149 0.39 0 0.31 0.15 132 0.53 0.68
Hex 84 D9 95 27 0 1F F 84 35 44
Octal 204 331 225 47 0 37 17 204 65 104
Binary 10000100 11011001 10010101 100111 0 11111 1111 10000100 110101 1000100

Color Harmonies of #84D995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D995

Black with #84D995

Text Example


Text Example

White with #84D995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,217,149); }

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

background-color css

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

 a { background-color: rgb(132,217,149); }

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

border-color css

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

 span { border-color: rgb(132,217,149); }

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