Html Css Color HEX #82C688 De York

📋 copy color: '#82C688'

red 130 ◦ green 198 ◦ blue 136

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

Shades of De York #82C688

Tints of De York #82C688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.31%

R = 28.02%
G = 42.67%
B = 29.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#82C688 (or 0x82C688) is known color: De York. HEX triplet: 82, C6 and 88. RGB value is (130,198,136). Sum of RGB (Red+Green+Blue) = 130+198+136=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #82C688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C688 is #7D3977. Grayscale: #AAAAAA. Windows color (decimal): -8206712 or 8963714. OLE color: 8963714.

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

Color convert

RGB 130 198 136 -
CMYK 0.34 0 0.31 0.22
HSL 125.29º 0.37% 0.64% -
HSV(B) 125.29º 0.34% 0.78% -
XYZ 33.84 46.91 30.56 -
YUV 170.6 108.47 99.04 -
System Red Green Blue C M Y K H S L
Decimal 130 198 136 0.34 0 0.31 0.22 125.29 0.37 0.64
Hex 82 C6 88 22 0 1F 16 7D 25 40
Octal 202 306 210 42 0 37 26 175 45 100
Binary 10000010 11000110 10001000 100010 0 11111 10110 1111101 100101 1000000

Color Harmonies of #82C688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C688

Black with #82C688

Text Example


Text Example

White with #82C688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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