Html Css Color HEX #83D685 De York

📋 copy color: '#83D685'

red 131 ◦ green 214 ◦ blue 133

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

Shades of De York #83D685

Tints of De York #83D685

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.77%

 BLUE value IS 133 (52.34% from 255) = 27.82%

R = 27.41%
G = 44.77%
B = 27.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#83D685 (or 0x83D685) is known color: De York. HEX triplet: 83, D6 and 85. RGB value is (131,214,133). Sum of RGB (Red+Green+Blue) = 131+214+133=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #83D685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D685 is #7C297A. Grayscale: #B4B4B4. Windows color (decimal): -8137083 or 8771203. OLE color: 8771203.

HSL color Cylindrical-coordinate representation of color #83D685: hue angle of 121.45º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D685 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 214 133 -
CMYK 0.39 0 0.38 0.16
HSL 121.45º 0.5% 0.68% -
HSV(B) 121.45º 0.39% 0.84% -
XYZ 37.64 54.61 30.75 -
YUV 179.95 101.5 93.09 -
System Red Green Blue C M Y K H S L
Decimal 131 214 133 0.39 0 0.38 0.16 121.45 0.5 0.68
Hex 83 D6 85 27 0 26 10 79 32 44
Octal 203 326 205 47 0 46 20 171 62 104
Binary 10000011 11010110 10000101 100111 0 100110 10000 1111001 110010 1000100

Color Harmonies of #83D685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D685

Black with #83D685

Text Example


Text Example

White with #83D685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,214,133); }

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

background-color css

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

 a { background-color: rgb(131,214,133); }

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

border-color css

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

 span { border-color: rgb(131,214,133); }

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