Html Css Color HEX #82D891 De York

📋 copy color: '#82D891'

red 130 ◦ green 216 ◦ blue 145

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

Shades of De York #82D891

Tints of De York #82D891

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.99%

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

R = 26.48%
G = 43.99%
B = 29.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#82D891 (or 0x82D891) is known color: De York. HEX triplet: 82, D8 and 91. RGB value is (130,216,145). Sum of RGB (Red+Green+Blue) = 130+216+145=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #82D891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D891 is #7D276E. Grayscale: #B6B6B6. Windows color (decimal): -8202095 or 9558146. OLE color: 9558146.

HSL color Cylindrical-coordinate representation of color #82D891: hue angle of 130.47º degrees, saturation: 0.52, 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 #82D891 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 216 145 -
CMYK 0.40 0 0.33 0.15
HSL 130.47º 0.52% 0.68% -
HSV(B) 130.47º 0.4% 0.85% -
XYZ 38.87 55.9 35.53 -
YUV 182.19 107.01 90.77 -
System Red Green Blue C M Y K H S L
Decimal 130 216 145 0.40 0 0.33 0.15 130.47 0.52 0.68
Hex 82 D8 91 28 0 21 F 82 34 44
Octal 202 330 221 50 0 41 17 202 64 104
Binary 10000010 11011000 10010001 101000 0 100001 1111 10000010 110100 1000100

Color Harmonies of #82D891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D891

Black with #82D891

Text Example


Text Example

White with #82D891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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