Html Css Color HEX #82C579 De York

📋 copy color: '#82C579'

red 130 ◦ green 197 ◦ blue 121

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

Shades of De York #82C579

Tints of De York #82C579

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.97%

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

R = 29.02%
G = 43.97%
B = 27.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#82C579 (or 0x82C579) is known color: De York. HEX triplet: 82, C5 and 79. RGB value is (130,197,121). Sum of RGB (Red+Green+Blue) = 130+197+121=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #82C579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C579 is #7D3A86. Grayscale: #A8A8A8. Windows color (decimal): -8206983 or 7980418. OLE color: 7980418.

HSL color Cylindrical-coordinate representation of color #82C579: hue angle of 112.89º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82C579 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 130 197 121 -
CMYK 0.34 0 0.39 0.23
HSL 112.89º 0.4% 0.62% -
HSV(B) 112.89º 0.39% 0.77% -
XYZ 32.62 46.06 25.26 -
YUV 168.3 101.3 100.68 -
System Red Green Blue C M Y K H S L
Decimal 130 197 121 0.34 0 0.39 0.23 112.89 0.4 0.62
Hex 82 C5 79 22 0 27 17 71 28 3E
Octal 202 305 171 42 0 47 27 161 50 76
Binary 10000010 11000101 1111001 100010 0 100111 10111 1110001 101000 111110

Color Harmonies of #82C579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C579

Black with #82C579

Text Example


Text Example

White with #82C579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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