Html Css Color HEX #82C876 De York

📋 copy color: '#82C876'

red 130 ◦ green 200 ◦ blue 118

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

Shades of De York #82C876

Tints of De York #82C876

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.64%

 BLUE value IS 118 (46.48% from 255) = 26.34%

R = 29.02%
G = 44.64%
B = 26.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#82C876 (or 0x82C876) is known color: De York. HEX triplet: 82, C8 and 76. RGB value is (130,200,118). Sum of RGB (Red+Green+Blue) = 130+200+118=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #82C876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C876 is #7D3789. Grayscale: #A9A9A9. Windows color (decimal): -8206218 or 7784578. OLE color: 7784578.

HSL color Cylindrical-coordinate representation of color #82C876: hue angle of 111.22º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82C876 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 200 118 -
CMYK 0.35 0 0.41 0.22
HSL 111.22º 0.43% 0.62% -
HSV(B) 111.22º 0.41% 0.78% -
XYZ 33.13 47.36 24.54 -
YUV 169.72 98.81 99.67 -
System Red Green Blue C M Y K H S L
Decimal 130 200 118 0.35 0 0.41 0.22 111.22 0.43 0.62
Hex 82 C8 76 23 0 29 16 6F 2B 3E
Octal 202 310 166 43 0 51 26 157 53 76
Binary 10000010 11001000 1110110 100011 0 101001 10110 1101111 101011 111110

Color Harmonies of #82C876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C876

Black with #82C876

Text Example


Text Example

White with #82C876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,200,118); }

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

background-color css

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

 a { background-color: rgb(130,200,118); }

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

border-color css

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

 span { border-color: rgb(130,200,118); }

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