Html Css Color HEX #83D082 De York

📋 copy color: '#83D082'

red 131 ◦ green 208 ◦ blue 130

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

Shades of De York #83D082

Tints of De York #83D082

RGB

 RED value IS 131 (51.56% from 255) = 27.93%

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

 BLUE value IS 130 (51.17% from 255) = 27.72%

R = 27.93%
G = 44.35%
B = 27.72%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#83D082 (or 0x83D082) is known color: De York. HEX triplet: 83, D0 and 82. RGB value is (131,208,130). Sum of RGB (Red+Green+Blue) = 131+208+130=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #83D082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D082 is #7C2F7D. Grayscale: #B0B0B0. Windows color (decimal): -8138622 or 8573059. OLE color: 8573059.

HSL color Cylindrical-coordinate representation of color #83D082: hue angle of 119.23º 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 #83D082 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 208 130 -
CMYK 0.37 0 0.38 0.18
HSL 119.23º 0.45% 0.66% -
HSV(B) 119.23º 0.38% 0.82% -
XYZ 35.95 51.55 29.17 -
YUV 176.09 101.99 95.84 -
System Red Green Blue C M Y K H S L
Decimal 131 208 130 0.37 0 0.38 0.18 119.23 0.45 0.66
Hex 83 D0 82 25 0 26 12 77 2D 42
Octal 203 320 202 45 0 46 22 167 55 102
Binary 10000011 11010000 10000010 100101 0 100110 10010 1110111 101101 1000010

Color Harmonies of #83D082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D082

Black with #83D082

Text Example


Text Example

White with #83D082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83D082; }

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

 H1.HeaderClassName
 {
   color: #83D082;
 }
 .AnyTagClassName
 {
   color: #83D082;
 }
</style>

background-color css

<style>
 a { background-color: #83D082; }

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

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

border-color css

<style>
 span { border-color: #83D082; }

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

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