Html Css Color HEX #83D097 De York

📋 copy color: '#83D097'

red 131 ◦ green 208 ◦ blue 151

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

Shades of De York #83D097

Tints of De York #83D097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.82%

R = 26.73%
G = 42.45%
B = 30.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#83D097 (or 0x83D097) is known color: De York. HEX triplet: 83, D0 and 97. RGB value is (131,208,151). Sum of RGB (Red+Green+Blue) = 131+208+151=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 208 - color contains mainly: green. Hex color #83D097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D097 is #7C2F68. Grayscale: #B2B2B2. Windows color (decimal): -8138601 or 9949315. OLE color: 9949315.

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

Color convert

RGB 131 208 151 -
CMYK 0.37 0 0.27 0.18
HSL 135.58º 0.45% 0.66% -
HSV(B) 135.58º 0.37% 0.82% -
XYZ 37.5 52.17 37.37 -
YUV 178.48 112.49 94.13 -
System Red Green Blue C M Y K H S L
Decimal 131 208 151 0.37 0 0.27 0.18 135.58 0.45 0.66
Hex 83 D0 97 25 0 1B 12 88 2D 42
Octal 203 320 227 45 0 33 22 210 55 102
Binary 10000011 11010000 10010111 100101 0 11011 10010 10001000 101101 1000010

Color Harmonies of #83D097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D097

Black with #83D097

Text Example


Text Example

White with #83D097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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