Html Css Color HEX #82D48D De York

📋 copy color: '#82D48D'

red 130 ◦ green 212 ◦ blue 141

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

Shades of De York #82D48D

Tints of De York #82D48D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.89%

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

R = 26.92%
G = 43.89%
B = 29.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#82D48D (or 0x82D48D) is known color: De York. HEX triplet: 82, D4 and 8D. RGB value is (130,212,141). Sum of RGB (Red+Green+Blue) = 130+212+141=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 212 - color contains mainly: green. Hex color #82D48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D48D is #7D2B72. Grayscale: #B3B3B3. Windows color (decimal): -8203123 or 9294978. OLE color: 9294978.

HSL color Cylindrical-coordinate representation of color #82D48D: hue angle of 128.05º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D48D is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 212 141 -
CMYK 0.39 0 0.33 0.17
HSL 128.05º 0.49% 0.67% -
HSV(B) 128.05º 0.39% 0.83% -
XYZ 37.56 53.76 33.6 -
YUV 179.39 106.33 92.77 -
System Red Green Blue C M Y K H S L
Decimal 130 212 141 0.39 0 0.33 0.17 128.05 0.49 0.67
Hex 82 D4 8D 27 0 21 11 80 31 43
Octal 202 324 215 47 0 41 21 200 61 103
Binary 10000010 11010100 10001101 100111 0 100001 10001 10000000 110001 1000011

Color Harmonies of #82D48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D48D

Black with #82D48D

Text Example


Text Example

White with #82D48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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