Html Css Color HEX #82D090 De York

📋 copy color: '#82D090'

red 130 ◦ green 208 ◦ blue 144

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

Shades of De York #82D090

Tints of De York #82D090

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.15%

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 26.97%
G = 43.15%
B = 29.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#82D090 (or 0x82D090) is known color: De York. HEX triplet: 82, D0 and 90. RGB value is (130,208,144). Sum of RGB (Red+Green+Blue) = 130+208+144=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #82D090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D090 is #7D2F6F. Grayscale: #B1B1B1. Windows color (decimal): -8204144 or 9490562. OLE color: 9490562.

HSL color Cylindrical-coordinate representation of color #82D090: hue angle of 130.77º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D090 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 208 144 -
CMYK 0.38 0 0.31 0.18
HSL 130.77º 0.45% 0.66% -
HSV(B) 130.77º 0.38% 0.82% -
XYZ 36.8 51.87 34.46 -
YUV 177.38 109.16 94.2 -
System Red Green Blue C M Y K H S L
Decimal 130 208 144 0.38 0 0.31 0.18 130.77 0.45 0.66
Hex 82 D0 90 26 0 1F 12 83 2D 42
Octal 202 320 220 46 0 37 22 203 55 102
Binary 10000010 11010000 10010000 100110 0 11111 10010 10000011 101101 1000010

Color Harmonies of #82D090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D090

Black with #82D090

Text Example


Text Example

White with #82D090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,208,144); }

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

background-color css

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

 a { background-color: rgb(130,208,144); }

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

border-color css

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

 span { border-color: rgb(130,208,144); }

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