Html Css Color HEX #82C674 De York

📋 copy color: '#82C674'

red 130 ◦ green 198 ◦ blue 116

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

Shades of De York #82C674

Tints of De York #82C674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.13%

R = 29.28%
G = 44.59%
B = 26.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#82C674 (or 0x82C674) is known color: De York. HEX triplet: 82, C6 and 74. RGB value is (130,198,116). Sum of RGB (Red+Green+Blue) = 130+198+116=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 198 - color contains mainly: green. Hex color #82C674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C674 is #7D398B. Grayscale: #A8A8A8. Windows color (decimal): -8206732 or 7652994. OLE color: 7652994.

HSL color Cylindrical-coordinate representation of color #82C674: hue angle of 109.76º degrees, saturation: 0.42, 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 #82C674 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 198 116 -
CMYK 0.34 0 0.41 0.22
HSL 109.76º 0.42% 0.62% -
HSV(B) 109.76º 0.41% 0.78% -
XYZ 32.55 46.39 23.76 -
YUV 168.32 98.47 100.67 -
System Red Green Blue C M Y K H S L
Decimal 130 198 116 0.34 0 0.41 0.22 109.76 0.42 0.62
Hex 82 C6 74 22 0 29 16 6E 2A 3E
Octal 202 306 164 42 0 51 26 156 52 76
Binary 10000010 11000110 1110100 100010 0 101001 10110 1101110 101010 111110

Color Harmonies of #82C674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C674

Black with #82C674

Text Example


Text Example

White with #82C674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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