Html Css Color HEX #82C077 De York

📋 copy color: '#82C077'

red 130 ◦ green 192 ◦ blue 119

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

Shades of De York #82C077

Tints of De York #82C077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.98%

R = 29.48%
G = 43.54%
B = 26.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#82C077 (or 0x82C077) is known color: De York. HEX triplet: 82, C0 and 77. RGB value is (130,192,119). Sum of RGB (Red+Green+Blue) = 130+192+119=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #82C077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C077 is #7D3F88. Grayscale: #A5A5A5. Windows color (decimal): -8208265 or 7848066. OLE color: 7848066.

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

Color convert

RGB 130 192 119 -
CMYK 0.32 0 0.38 0.25
HSL 110.96º 0.37% 0.61% -
HSV(B) 110.96º 0.38% 0.75% -
XYZ 31.39 43.78 24.25 -
YUV 165.14 101.96 102.94 -
System Red Green Blue C M Y K H S L
Decimal 130 192 119 0.32 0 0.38 0.25 110.96 0.37 0.61
Hex 82 C0 77 20 0 26 19 6F 25 3D
Octal 202 300 167 40 0 46 31 157 45 75
Binary 10000010 11000000 1110111 100000 0 100110 11001 1101111 100101 111101

Color Harmonies of #82C077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C077

Black with #82C077

Text Example


Text Example

White with #82C077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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