Html Css Color HEX #82D49A De York

📋 copy color: '#82D49A'

red 130 ◦ green 212 ◦ blue 154

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

Shades of De York #82D49A

Tints of De York #82D49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.05%

R = 26.21%
G = 42.74%
B = 31.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#82D49A (or 0x82D49A) is known color: De York. HEX triplet: 82, D4 and 9A. RGB value is (130,212,154). Sum of RGB (Red+Green+Blue) = 130+212+154=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #82D49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D49A is #7D2B65. Grayscale: #B5B5B5. Windows color (decimal): -8203110 or 10146946. OLE color: 10146946.

HSL color Cylindrical-coordinate representation of color #82D49A: hue angle of 137.56º 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 #82D49A is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 212 154 -
CMYK 0.39 0 0.27 0.17
HSL 137.56º 0.49% 0.67% -
HSV(B) 137.56º 0.39% 0.83% -
XYZ 38.58 54.17 38.99 -
YUV 180.87 112.83 91.72 -
System Red Green Blue C M Y K H S L
Decimal 130 212 154 0.39 0 0.27 0.17 137.56 0.49 0.67
Hex 82 D4 9A 27 0 1B 11 8A 31 43
Octal 202 324 232 47 0 33 21 212 61 103
Binary 10000010 11010100 10011010 100111 0 11011 10001 10001010 110001 1000011

Color Harmonies of #82D49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D49A

Black with #82D49A

Text Example


Text Example

White with #82D49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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