Html Css Color HEX #82CE8D De York

📋 copy color: '#82CE8D'

red 130 ◦ green 206 ◦ blue 141

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

Shades of De York #82CE8D

Tints of De York #82CE8D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.19%

 BLUE value IS 141 (55.47% from 255) = 29.56%

R = 27.25%
G = 43.19%
B = 29.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#82CE8D (or 0x82CE8D) is known color: De York. HEX triplet: 82, CE and 8D. RGB value is (130,206,141). Sum of RGB (Red+Green+Blue) = 130+206+141=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CE8D is #7D3172. Grayscale: #B0B0B0. Windows color (decimal): -8204659 or 9293442. OLE color: 9293442.

HSL color Cylindrical-coordinate representation of color #82CE8D: hue angle of 128.68º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CE8D is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 206 141 -
CMYK 0.37 0 0.32 0.19
HSL 128.68º 0.44% 0.66% -
HSV(B) 128.68º 0.37% 0.81% -
XYZ 36.08 50.81 33.11 -
YUV 175.87 108.32 95.29 -
System Red Green Blue C M Y K H S L
Decimal 130 206 141 0.37 0 0.32 0.19 128.68 0.44 0.66
Hex 82 CE 8D 25 0 20 13 81 2C 42
Octal 202 316 215 45 0 40 23 201 54 102
Binary 10000010 11001110 10001101 100101 0 100000 10011 10000001 101100 1000010

Color Harmonies of #82CE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CE8D

Black with #82CE8D

Text Example


Text Example

White with #82CE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,206,141); }

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

background-color css

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

 a { background-color: rgb(130,206,141); }

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

border-color css

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

 span { border-color: rgb(130,206,141); }

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