Html Css Color HEX #82D591 De York

📋 copy color: '#82D591'

red 130 ◦ green 213 ◦ blue 145

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

Shades of De York #82D591

Tints of De York #82D591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.71%

R = 26.64%
G = 43.65%
B = 29.71%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#82D591 (or 0x82D591) is known color: De York. HEX triplet: 82, D5 and 91. RGB value is (130,213,145). Sum of RGB (Red+Green+Blue) = 130+213+145=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #82D591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D591 is #7D2A6E. Grayscale: #B4B4B4. Windows color (decimal): -8202863 or 9557378. OLE color: 9557378.

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

Color convert

RGB 130 213 145 -
CMYK 0.39 0 0.32 0.16
HSL 130.84º 0.5% 0.67% -
HSV(B) 130.84º 0.39% 0.84% -
XYZ 38.11 54.38 35.28 -
YUV 180.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 130 213 145 0.39 0 0.32 0.16 130.84 0.5 0.67
Hex 82 D5 91 27 0 20 10 83 32 43
Octal 202 325 221 47 0 40 20 203 62 103
Binary 10000010 11010101 10010001 100111 0 100000 10000 10000011 110010 1000011

Color Harmonies of #82D591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D591

Black with #82D591

Text Example


Text Example

White with #82D591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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