Html Css Color HEX #83D088 De York

📋 copy color: '#83D088'

red 131 ◦ green 208 ◦ blue 136

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

Shades of De York #83D088

Tints of De York #83D088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.63%

R = 27.58%
G = 43.79%
B = 28.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#83D088 (or 0x83D088) is known color: De York. HEX triplet: 83, D0 and 88. RGB value is (131,208,136). Sum of RGB (Red+Green+Blue) = 131+208+136=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #83D088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D088 is #7C2F77. Grayscale: #B0B0B0. Windows color (decimal): -8138616 or 8966275. OLE color: 8966275.

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

Color convert

RGB 131 208 136 -
CMYK 0.37 0 0.35 0.18
HSL 123.9º 0.45% 0.66% -
HSV(B) 123.9º 0.37% 0.82% -
XYZ 36.36 51.71 31.36 -
YUV 176.77 104.99 95.35 -
System Red Green Blue C M Y K H S L
Decimal 131 208 136 0.37 0 0.35 0.18 123.9 0.45 0.66
Hex 83 D0 88 25 0 23 12 7C 2D 42
Octal 203 320 210 45 0 43 22 174 55 102
Binary 10000011 11010000 10001000 100101 0 100011 10010 1111100 101101 1000010

Color Harmonies of #83D088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D088

Black with #83D088

Text Example


Text Example

White with #83D088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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