Html Css Color HEX #82D582 De York

📋 copy color: '#82D582'

red 130 ◦ green 213 ◦ blue 130

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

Shades of De York #82D582

Tints of De York #82D582

RGB

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

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

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

R = 27.48%
G = 45.03%
B = 27.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#82D582 (or 0x82D582) is known color: De York. HEX triplet: 82, D5 and 82. RGB value is (130,213,130). Sum of RGB (Red+Green+Blue) = 130+213+130=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #82D582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D582 is #7D2A7D. Grayscale: #B2B2B2. Windows color (decimal): -8202878 or 8574338. OLE color: 8574338.

HSL color Cylindrical-coordinate representation of color #82D582: hue angle of 120º 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 #82D582 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 213 130 -
CMYK 0.39 0 0.39 0.16
HSL 120º 0.5% 0.67% -
HSV(B) 120º 0.39% 0.84% -
XYZ 37.03 53.95 29.58 -
YUV 178.72 100.5 93.25 -
System Red Green Blue C M Y K H S L
Decimal 130 213 130 0.39 0 0.39 0.16 120 0.5 0.67
Hex 82 D5 82 27 0 27 10 78 32 43
Octal 202 325 202 47 0 47 20 170 62 103
Binary 10000010 11010101 10000010 100111 0 100111 10000 1111000 110010 1000011

Color Harmonies of #82D582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D582

Black with #82D582

Text Example


Text Example

White with #82D582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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