Html Css Color HEX #83D08E De York

📋 copy color: '#83D08E'

red 131 ◦ green 208 ◦ blue 142

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

Shades of De York #83D08E

Tints of De York #83D08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.52%

R = 27.23%
G = 43.24%
B = 29.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#83D08E (or 0x83D08E) is known color: De York. HEX triplet: 83, D0 and 8E. RGB value is (131,208,142). Sum of RGB (Red+Green+Blue) = 131+208+142=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #83D08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D08E is #7C2F71. Grayscale: #B1B1B1. Windows color (decimal): -8138610 or 9359491. OLE color: 9359491.

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

Color convert

RGB 131 208 142 -
CMYK 0.37 0 0.32 0.18
HSL 128.57º 0.45% 0.66% -
HSV(B) 128.57º 0.37% 0.82% -
XYZ 36.8 51.89 33.67 -
YUV 177.45 107.99 94.87 -
System Red Green Blue C M Y K H S L
Decimal 131 208 142 0.37 0 0.32 0.18 128.57 0.45 0.66
Hex 83 D0 8E 25 0 20 12 81 2D 42
Octal 203 320 216 45 0 40 22 201 55 102
Binary 10000011 11010000 10001110 100101 0 100000 10010 10000001 101101 1000010

Color Harmonies of #83D08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D08E

Black with #83D08E

Text Example


Text Example

White with #83D08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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