Html Css Color HEX #82D992 De York

📋 copy color: '#82D992'

red 130 ◦ green 217 ◦ blue 146

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

Shades of De York #82D992

Tints of De York #82D992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.61%

R = 26.37%
G = 44.02%
B = 29.61%

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

#82D992 (or 0x82D992) is known color: De York. HEX triplet: 82, D9 and 92. RGB value is (130,217,146). Sum of RGB (Red+Green+Blue) = 130+217+146=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #82D992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D992 is #7D266D. Grayscale: #B7B7B7. Windows color (decimal): -8201838 or 9623938. OLE color: 9623938.

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

Color convert

RGB 130 217 146 -
CMYK 0.40 0 0.33 0.15
HSL 131.03º 0.53% 0.68% -
HSV(B) 131.03º 0.4% 0.85% -
XYZ 39.21 56.45 36.02 -
YUV 182.89 107.18 90.27 -
System Red Green Blue C M Y K H S L
Decimal 130 217 146 0.40 0 0.33 0.15 131.03 0.53 0.68
Hex 82 D9 92 28 0 21 F 83 35 44
Octal 202 331 222 50 0 41 17 203 65 104
Binary 10000010 11011001 10010010 101000 0 100001 1111 10000011 110101 1000100

Color Harmonies of #82D992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D992

Black with #82D992

Text Example


Text Example

White with #82D992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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