Html Css Color HEX #82D079 De York

📋 copy color: '#82D079'

red 130 ◦ green 208 ◦ blue 121

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

Shades of De York #82D079

Tints of De York #82D079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.32%

 BLUE value IS 121 (47.66% from 255) = 26.36%

R = 28.32%
G = 45.32%
B = 26.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#82D079 (or 0x82D079) is known color: De York. HEX triplet: 82, D0 and 79. RGB value is (130,208,121). Sum of RGB (Red+Green+Blue) = 130+208+121=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #82D079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D079 is #7D2F86. Grayscale: #AFAFAF. Windows color (decimal): -8204167 or 7983234. OLE color: 7983234.

HSL color Cylindrical-coordinate representation of color #82D079: hue angle of 113.79º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82D079 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 208 121 -
CMYK 0.38 0 0.42 0.18
HSL 113.79º 0.48% 0.65% -
HSV(B) 113.79º 0.42% 0.82% -
XYZ 35.21 51.24 26.12 -
YUV 174.76 97.66 96.07 -
System Red Green Blue C M Y K H S L
Decimal 130 208 121 0.38 0 0.42 0.18 113.79 0.48 0.65
Hex 82 D0 79 26 0 2A 12 72 30 41
Octal 202 320 171 46 0 52 22 162 60 101
Binary 10000010 11010000 1111001 100110 0 101010 10010 1110010 110000 1000001

Color Harmonies of #82D079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D079

Black with #82D079

Text Example


Text Example

White with #82D079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,208,121); }

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

background-color css

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

 a { background-color: rgb(130,208,121); }

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

border-color css

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

 span { border-color: rgb(130,208,121); }

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