Html Css Color HEX #82DD8D De York

📋 copy color: '#82DD8D'

red 130 ◦ green 221 ◦ blue 141

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

Shades of De York #82DD8D

Tints of De York #82DD8D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.92%

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

R = 26.42%
G = 44.92%
B = 28.66%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#82DD8D (or 0x82DD8D) is known color: De York. HEX triplet: 82, DD and 8D. RGB value is (130,221,141). Sum of RGB (Red+Green+Blue) = 130+221+141=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DD8D is #7D2272. Grayscale: #B8B8B8. Windows color (decimal): -8200819 or 9297282. OLE color: 9297282.

HSL color Cylindrical-coordinate representation of color #82DD8D: hue angle of 127.25º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DD8D is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 221 141 -
CMYK 0.41 0 0.36 0.13
HSL 127.25º 0.57% 0.69% -
HSV(B) 127.25º 0.41% 0.87% -
XYZ 39.87 58.38 34.37 -
YUV 184.67 103.35 89 -
System Red Green Blue C M Y K H S L
Decimal 130 221 141 0.41 0 0.36 0.13 127.25 0.57 0.69
Hex 82 DD 8D 29 0 24 D 7F 39 45
Octal 202 335 215 51 0 44 15 177 71 105
Binary 10000010 11011101 10001101 101001 0 100100 1101 1111111 111001 1000101

Color Harmonies of #82DD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DD8D

Black with #82DD8D

Text Example


Text Example

White with #82DD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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