Html Css Color HEX #84D994 De York

📋 copy color: '#84D994'

red 132 ◦ green 217 ◦ blue 148

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

Shades of De York #84D994

Tints of De York #84D994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.78%

R = 26.56%
G = 43.66%
B = 29.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#84D994 (or 0x84D994) is known color: De York. HEX triplet: 84, D9 and 94. RGB value is (132,217,148). Sum of RGB (Red+Green+Blue) = 132+217+148=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #84D994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D994 is #7B266B. Grayscale: #B7B7B7. Windows color (decimal): -8070764 or 9755012. OLE color: 9755012.

HSL color Cylindrical-coordinate representation of color #84D994: hue angle of 131.29º 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 #84D994 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 217 148 -
CMYK 0.39 0 0.32 0.15
HSL 131.29º 0.53% 0.68% -
HSV(B) 131.29º 0.39% 0.85% -
XYZ 39.67 56.67 36.86 -
YUV 183.72 107.84 91.11 -
System Red Green Blue C M Y K H S L
Decimal 132 217 148 0.39 0 0.32 0.15 131.29 0.53 0.68
Hex 84 D9 94 27 0 20 F 83 35 44
Octal 204 331 224 47 0 40 17 203 65 104
Binary 10000100 11011001 10010100 100111 0 100000 1111 10000011 110101 1000100

Color Harmonies of #84D994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D994

Black with #84D994

Text Example


Text Example

White with #84D994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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