Html Css Color HEX #82D788 De York

📋 copy color: '#82D788'

red 130 ◦ green 215 ◦ blue 136

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

Shades of De York #82D788

Tints of De York #82D788

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.7%

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

R = 27.03%
G = 44.7%
B = 28.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#82D788 (or 0x82D788) is known color: De York. HEX triplet: 82, D7 and 88. RGB value is (130,215,136). Sum of RGB (Red+Green+Blue) = 130+215+136=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #82D788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D788 is #7D2877. Grayscale: #B4B4B4. Windows color (decimal): -8202360 or 8968066. OLE color: 8968066.

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

Color convert

RGB 130 215 136 -
CMYK 0.40 0 0.37 0.16
HSL 124.24º 0.52% 0.68% -
HSV(B) 124.24º 0.4% 0.84% -
XYZ 37.95 55.12 31.93 -
YUV 180.58 102.84 91.92 -
System Red Green Blue C M Y K H S L
Decimal 130 215 136 0.40 0 0.37 0.16 124.24 0.52 0.68
Hex 82 D7 88 28 0 25 10 7C 34 44
Octal 202 327 210 50 0 45 20 174 64 104
Binary 10000010 11010111 10001000 101000 0 100101 10000 1111100 110100 1000100

Color Harmonies of #82D788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D788

Black with #82D788

Text Example


Text Example

White with #82D788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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