Html Css Color HEX #82C076 De York

📋 copy color: '#82C076'

red 130 ◦ green 192 ◦ blue 118

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

Shades of De York #82C076

Tints of De York #82C076

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.64%

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

R = 29.55%
G = 43.64%
B = 26.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#82C076 (or 0x82C076) is known color: De York. HEX triplet: 82, C0 and 76. RGB value is (130,192,118). Sum of RGB (Red+Green+Blue) = 130+192+118=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #82C076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C076 is #7D3F89. Grayscale: #A5A5A5. Windows color (decimal): -8208266 or 7782530. OLE color: 7782530.

HSL color Cylindrical-coordinate representation of color #82C076: hue angle of 110.27º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82C076 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 192 118 -
CMYK 0.32 0 0.39 0.25
HSL 110.27º 0.37% 0.61% -
HSV(B) 110.27º 0.39% 0.75% -
XYZ 31.33 43.75 23.93 -
YUV 165.03 101.46 103.02 -
System Red Green Blue C M Y K H S L
Decimal 130 192 118 0.32 0 0.39 0.25 110.27 0.37 0.61
Hex 82 C0 76 20 0 27 19 6E 25 3D
Octal 202 300 166 40 0 47 31 156 45 75
Binary 10000010 11000000 1110110 100000 0 100111 11001 1101110 100101 111101

Color Harmonies of #82C076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C076

Black with #82C076

Text Example


Text Example

White with #82C076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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