Html Css Color HEX #82C678 De York

📋 copy color: '#82C678'

red 130 ◦ green 198 ◦ blue 120

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

Shades of De York #82C678

Tints of De York #82C678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.79%

R = 29.02%
G = 44.2%
B = 26.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#82C678 (or 0x82C678) is known color: De York. HEX triplet: 82, C6 and 78. RGB value is (130,198,120). Sum of RGB (Red+Green+Blue) = 130+198+120=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 198 - color contains mainly: green. Hex color #82C678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C678 is #7D3987. Grayscale: #A9A9A9. Windows color (decimal): -8206728 or 7915138. OLE color: 7915138.

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

Color convert

RGB 130 198 120 -
CMYK 0.34 0 0.39 0.22
HSL 112.31º 0.41% 0.62% -
HSV(B) 112.31º 0.39% 0.78% -
XYZ 32.79 46.49 25.01 -
YUV 168.78 100.47 100.34 -
System Red Green Blue C M Y K H S L
Decimal 130 198 120 0.34 0 0.39 0.22 112.31 0.41 0.62
Hex 82 C6 78 22 0 27 16 70 29 3E
Octal 202 306 170 42 0 47 26 160 51 76
Binary 10000010 11000110 1111000 100010 0 100111 10110 1110000 101001 111110

Color Harmonies of #82C678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C678

Black with #82C678

Text Example


Text Example

White with #82C678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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