Html Css Color HEX #82C087 De York

📋 copy color: '#82C087'

red 130 ◦ green 192 ◦ blue 135

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

Shades of De York #82C087

Tints of De York #82C087

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.01%

 BLUE value IS 135 (53.13% from 255) = 29.54%

R = 28.45%
G = 42.01%
B = 29.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#82C087 (or 0x82C087) is known color: De York. HEX triplet: 82, C0 and 87. RGB value is (130,192,135). Sum of RGB (Red+Green+Blue) = 130+192+135=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #82C087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C087 is #7D3F78. Grayscale: #A7A7A7. Windows color (decimal): -8208249 or 8896642. OLE color: 8896642.

HSL color Cylindrical-coordinate representation of color #82C087: hue angle of 124.84º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82C087 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 192 135 -
CMYK 0.32 0 0.30 0.25
HSL 124.84º 0.33% 0.63% -
HSV(B) 124.84º 0.32% 0.75% -
XYZ 32.43 44.19 29.74 -
YUV 166.96 109.96 101.63 -
System Red Green Blue C M Y K H S L
Decimal 130 192 135 0.32 0 0.30 0.25 124.84 0.33 0.63
Hex 82 C0 87 20 0 1E 19 7D 21 3F
Octal 202 300 207 40 0 36 31 175 41 77
Binary 10000010 11000000 10000111 100000 0 11110 11001 1111101 100001 111111

Color Harmonies of #82C087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C087

Black with #82C087

Text Example


Text Example

White with #82C087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,192,135); }

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

background-color css

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

 a { background-color: rgb(130,192,135); }

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

border-color css

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

 span { border-color: rgb(130,192,135); }

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