Html Css Color HEX #82C57C De York

📋 copy color: '#82C57C'

red 130 ◦ green 197 ◦ blue 124

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

Shades of De York #82C57C

Tints of De York #82C57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.49%

R = 28.82%
G = 43.68%
B = 27.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#82C57C (or 0x82C57C) is known color: De York. HEX triplet: 82, C5 and 7C. RGB value is (130,197,124). Sum of RGB (Red+Green+Blue) = 130+197+124=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #82C57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C57C is #7D3A83. Grayscale: #A8A8A8. Windows color (decimal): -8206980 or 8177026. OLE color: 8177026.

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

Color convert

RGB 130 197 124 -
CMYK 0.34 0 0.37 0.23
HSL 115.07º 0.39% 0.63% -
HSV(B) 115.07º 0.37% 0.77% -
XYZ 32.81 46.13 26.24 -
YUV 168.65 102.8 100.44 -
System Red Green Blue C M Y K H S L
Decimal 130 197 124 0.34 0 0.37 0.23 115.07 0.39 0.63
Hex 82 C5 7C 22 0 25 17 73 27 3F
Octal 202 305 174 42 0 45 27 163 47 77
Binary 10000010 11000101 1111100 100010 0 100101 10111 1110011 100111 111111

Color Harmonies of #82C57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C57C

Black with #82C57C

Text Example


Text Example

White with #82C57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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