Html Css Color HEX #82D584 De York

📋 copy color: '#82D584'

red 130 ◦ green 213 ◦ blue 132

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

Shades of De York #82D584

Tints of De York #82D584

RGB

 RED value IS 130 (51.17% from 255) = 27.37%

 GREEN value IS 213 (83.59% from 255) = 44.84%

 BLUE value IS 132 (51.95% from 255) = 27.79%

R = 27.37%
G = 44.84%
B = 27.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#82D584 (or 0x82D584) is known color: De York. HEX triplet: 82, D5 and 84. RGB value is (130,213,132). Sum of RGB (Red+Green+Blue) = 130+213+132=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #82D584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D584 is #7D2A7B. Grayscale: #B3B3B3. Windows color (decimal): -8202876 or 8705410. OLE color: 8705410.

HSL color Cylindrical-coordinate representation of color #82D584: hue angle of 121.45º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D584 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 213 132 -
CMYK 0.39 0 0.38 0.16
HSL 121.45º 0.5% 0.67% -
HSV(B) 121.45º 0.39% 0.84% -
XYZ 37.17 54 30.29 -
YUV 178.95 101.5 93.09 -
System Red Green Blue C M Y K H S L
Decimal 130 213 132 0.39 0 0.38 0.16 121.45 0.5 0.67
Hex 82 D5 84 27 0 26 10 79 32 43
Octal 202 325 204 47 0 46 20 171 62 103
Binary 10000010 11010101 10000100 100111 0 100110 10000 1111001 110010 1000011

Color Harmonies of #82D584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D584

Black with #82D584

Text Example


Text Example

White with #82D584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82D584; }

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

 H1.HeaderClassName
 {
   color: #82D584;
 }
 .AnyTagClassName
 {
   color: #82D584;
 }
</style>

background-color css

<style>
 a { background-color: #82D584; }

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

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

border-color css

<style>
 span { border-color: #82D584; }

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

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