Html Css Color HEX #82C178 De York

📋 copy color: '#82C178'

red 130 ◦ green 193 ◦ blue 120

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

Shades of De York #82C178

Tints of De York #82C178

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.57%

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

R = 29.35%
G = 43.57%
B = 27.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#82C178 (or 0x82C178) is known color: De York. HEX triplet: 82, C1 and 78. RGB value is (130,193,120). Sum of RGB (Red+Green+Blue) = 130+193+120=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #82C178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C178 is #7D3E87. Grayscale: #A6A6A6. Windows color (decimal): -8208008 or 7913858. OLE color: 7913858.

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

Color convert

RGB 130 193 120 -
CMYK 0.33 0 0.38 0.24
HSL 111.78º 0.37% 0.61% -
HSV(B) 111.78º 0.38% 0.76% -
XYZ 31.67 44.24 24.64 -
YUV 165.84 102.13 102.44 -
System Red Green Blue C M Y K H S L
Decimal 130 193 120 0.33 0 0.38 0.24 111.78 0.37 0.61
Hex 82 C1 78 21 0 26 18 70 25 3D
Octal 202 301 170 41 0 46 30 160 45 75
Binary 10000010 11000001 1111000 100001 0 100110 11000 1110000 100101 111101

Color Harmonies of #82C178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C178

Black with #82C178

Text Example


Text Example

White with #82C178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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