Html Css Color HEX #84C982 De York

📋 copy color: '#84C982'

red 132 ◦ green 201 ◦ blue 130

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

Shades of De York #84C982

Tints of De York #84C982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.41%

 BLUE value IS 130 (51.17% from 255) = 28.08%

R = 28.51%
G = 43.41%
B = 28.08%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#84C982 (or 0x84C982) is known color: De York. HEX triplet: 84, C9 and 82. RGB value is (132,201,130). Sum of RGB (Red+Green+Blue) = 132+201+130=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #84C982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C982 is #7B367D. Grayscale: #ACACAC. Windows color (decimal): -8074878 or 8571268. OLE color: 8571268.

HSL color Cylindrical-coordinate representation of color #84C982: hue angle of 118.31º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84C982 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 201 130 -
CMYK 0.34 0 0.35 0.21
HSL 118.31º 0.4% 0.65% -
HSV(B) 118.31º 0.35% 0.79% -
XYZ 34.43 48.29 28.63 -
YUV 172.28 104.14 99.27 -
System Red Green Blue C M Y K H S L
Decimal 132 201 130 0.34 0 0.35 0.21 118.31 0.4 0.65
Hex 84 C9 82 22 0 23 15 76 28 41
Octal 204 311 202 42 0 43 25 166 50 101
Binary 10000100 11001001 10000010 100010 0 100011 10101 1110110 101000 1000001

Color Harmonies of #84C982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C982

Black with #84C982

Text Example


Text Example

White with #84C982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,201,130); }

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

background-color css

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

 a { background-color: rgb(132,201,130); }

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

border-color css

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

 span { border-color: rgb(132,201,130); }

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