Html Css Color HEX #82D593 De York

📋 copy color: '#82D593'

red 130 ◦ green 213 ◦ blue 147

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

Shades of De York #82D593

Tints of De York #82D593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30%

R = 26.53%
G = 43.47%
B = 30%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#82D593 (or 0x82D593) is known color: De York. HEX triplet: 82, D5 and 93. RGB value is (130,213,147). Sum of RGB (Red+Green+Blue) = 130+213+147=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #82D593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D593 is #7D2A6C. Grayscale: #B4B4B4. Windows color (decimal): -8202861 or 9688450. OLE color: 9688450.

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

Color convert

RGB 130 213 147 -
CMYK 0.39 0 0.31 0.16
HSL 132.29º 0.5% 0.67% -
HSV(B) 132.29º 0.39% 0.84% -
XYZ 38.27 54.44 36.1 -
YUV 180.66 109 91.87 -
System Red Green Blue C M Y K H S L
Decimal 130 213 147 0.39 0 0.31 0.16 132.29 0.5 0.67
Hex 82 D5 93 27 0 1F 10 84 32 43
Octal 202 325 223 47 0 37 20 204 62 103
Binary 10000010 11010101 10010011 100111 0 11111 10000 10000100 110010 1000011

Color Harmonies of #82D593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D593

Black with #82D593

Text Example


Text Example

White with #82D593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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