Html Css Color HEX #82C677 De York

📋 copy color: '#82C677'

red 130 ◦ green 198 ◦ blue 119

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

Shades of De York #82C677

Tints of De York #82C677

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.3%

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

R = 29.08%
G = 44.3%
B = 26.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#82C677 (or 0x82C677) is known color: De York. HEX triplet: 82, C6 and 77. RGB value is (130,198,119). Sum of RGB (Red+Green+Blue) = 130+198+119=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #82C677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C677 is #7D3988. Grayscale: #A8A8A8. Windows color (decimal): -8206729 or 7849602. OLE color: 7849602.

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

Color convert

RGB 130 198 119 -
CMYK 0.34 0 0.40 0.22
HSL 111.65º 0.41% 0.62% -
HSV(B) 111.65º 0.4% 0.78% -
XYZ 32.73 46.47 24.7 -
YUV 168.66 99.97 100.42 -
System Red Green Blue C M Y K H S L
Decimal 130 198 119 0.34 0 0.40 0.22 111.65 0.41 0.62
Hex 82 C6 77 22 0 28 16 70 29 3E
Octal 202 306 167 42 0 50 26 160 51 76
Binary 10000010 11000110 1110111 100010 0 101000 10110 1110000 101001 111110

Color Harmonies of #82C677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C677

Black with #82C677

Text Example


Text Example

White with #82C677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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