Html Css Color HEX #83D08F De York

📋 copy color: '#83D08F'

red 131 ◦ green 208 ◦ blue 143

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

Shades of De York #83D08F

Tints of De York #83D08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.67%

R = 27.18%
G = 43.15%
B = 29.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#83D08F (or 0x83D08F) is known color: De York. HEX triplet: 83, D0 and 8F. RGB value is (131,208,143). Sum of RGB (Red+Green+Blue) = 131+208+143=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #83D08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D08F is #7C2F70. Grayscale: #B1B1B1. Windows color (decimal): -8138609 or 9425027. OLE color: 9425027.

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

Color convert

RGB 131 208 143 -
CMYK 0.37 0 0.31 0.18
HSL 129.35º 0.45% 0.66% -
HSV(B) 129.35º 0.37% 0.82% -
XYZ 36.87 51.92 34.06 -
YUV 177.57 108.49 94.79 -
System Red Green Blue C M Y K H S L
Decimal 131 208 143 0.37 0 0.31 0.18 129.35 0.45 0.66
Hex 83 D0 8F 25 0 1F 12 81 2D 42
Octal 203 320 217 45 0 37 22 201 55 102
Binary 10000011 11010000 10001111 100101 0 11111 10010 10000001 101101 1000010

Color Harmonies of #83D08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D08F

Black with #83D08F

Text Example


Text Example

White with #83D08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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