Html Css Color HEX #82DB87 De York

📋 copy color: '#82DB87'

red 130 ◦ green 219 ◦ blue 135

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

Shades of De York #82DB87

Tints of De York #82DB87

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.25%

 BLUE value IS 135 (53.13% from 255) = 27.89%

R = 26.86%
G = 45.25%
B = 27.89%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#82DB87 (or 0x82DB87) is known color: De York. HEX triplet: 82, DB and 87. RGB value is (130,219,135). Sum of RGB (Red+Green+Blue) = 130+219+135=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #82DB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DB87 is #7D2478. Grayscale: #B7B7B7. Windows color (decimal): -8201337 or 8903554. OLE color: 8903554.

HSL color Cylindrical-coordinate representation of color #82DB87: hue angle of 123.37º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DB87 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 219 135 -
CMYK 0.41 0 0.38 0.14
HSL 123.37º 0.55% 0.68% -
HSV(B) 123.37º 0.41% 0.86% -
XYZ 38.91 57.16 31.9 -
YUV 182.81 101.01 90.33 -
System Red Green Blue C M Y K H S L
Decimal 130 219 135 0.41 0 0.38 0.14 123.37 0.55 0.68
Hex 82 DB 87 29 0 26 E 7B 37 44
Octal 202 333 207 51 0 46 16 173 67 104
Binary 10000010 11011011 10000111 101001 0 100110 1110 1111011 110111 1000100

Color Harmonies of #82DB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DB87

Black with #82DB87

Text Example


Text Example

White with #82DB87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,219,135); }

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

background-color css

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

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

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

border-color css

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

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

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