Html Css Color HEX #82C177 De York

📋 copy color: '#82C177'

red 130 ◦ green 193 ◦ blue 119

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

Shades of De York #82C177

Tints of De York #82C177

RGB

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

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

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

R = 29.41%
G = 43.67%
B = 26.92%

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

#82C177 (or 0x82C177) is known color: De York. HEX triplet: 82, C1 and 77. RGB value is (130,193,119). Sum of RGB (Red+Green+Blue) = 130+193+119=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 193 - color contains mainly: green. Hex color #82C177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C177 is #7D3E88. Grayscale: #A5A5A5. Windows color (decimal): -8208009 or 7848322. OLE color: 7848322.

HSL color Cylindrical-coordinate representation of color #82C177: hue angle of 111.08º 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 #82C177 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 193 119 -
CMYK 0.33 0 0.38 0.24
HSL 111.08º 0.37% 0.61% -
HSV(B) 111.08º 0.38% 0.76% -
XYZ 31.61 44.22 24.32 -
YUV 165.73 101.63 102.52 -
System Red Green Blue C M Y K H S L
Decimal 130 193 119 0.33 0 0.38 0.24 111.08 0.37 0.61
Hex 82 C1 77 21 0 26 18 6F 25 3D
Octal 202 301 167 41 0 46 30 157 45 75
Binary 10000010 11000001 1110111 100001 0 100110 11000 1101111 100101 111101

Color Harmonies of #82C177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C177

Black with #82C177

Text Example


Text Example

White with #82C177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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