Html Css Color HEX #82D988 De York

📋 copy color: '#82D988'

red 130 ◦ green 217 ◦ blue 136

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

Shades of De York #82D988

Tints of De York #82D988

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.93%

 BLUE value IS 136 (53.52% from 255) = 28.16%

R = 26.92%
G = 44.93%
B = 28.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#82D988 (or 0x82D988) is known color: De York. HEX triplet: 82, D9 and 88. RGB value is (130,217,136). Sum of RGB (Red+Green+Blue) = 130+217+136=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #82D988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D988 is #7D2677. Grayscale: #B5B5B5. Windows color (decimal): -8201848 or 8968578. OLE color: 8968578.

HSL color Cylindrical-coordinate representation of color #82D988: hue angle of 124.14º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D988 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 217 136 -
CMYK 0.40 0 0.37 0.15
HSL 124.14º 0.53% 0.68% -
HSV(B) 124.14º 0.4% 0.85% -
XYZ 38.46 56.15 32.1 -
YUV 181.75 102.18 91.09 -
System Red Green Blue C M Y K H S L
Decimal 130 217 136 0.40 0 0.37 0.15 124.14 0.53 0.68
Hex 82 D9 88 28 0 25 F 7C 35 44
Octal 202 331 210 50 0 45 17 174 65 104
Binary 10000010 11011001 10001000 101000 0 100101 1111 1111100 110101 1000100

Color Harmonies of #82D988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D988

Black with #82D988

Text Example


Text Example

White with #82D988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,217,136); }

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

background-color css

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

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

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

border-color css

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

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

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