Html Css Color HEX #83DD8C De York

📋 copy color: '#83DD8C'

red 131 ◦ green 221 ◦ blue 140

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

Shades of De York #83DD8C

Tints of De York #83DD8C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.92%

 BLUE value IS 140 (55.08% from 255) = 28.46%

R = 26.63%
G = 44.92%
B = 28.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#83DD8C (or 0x83DD8C) is known color: De York. HEX triplet: 83, DD and 8C. RGB value is (131,221,140). Sum of RGB (Red+Green+Blue) = 131+221+140=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DD8C is #7C2273. Grayscale: #B9B9B9. Windows color (decimal): -8135284 or 9231747. OLE color: 9231747.

HSL color Cylindrical-coordinate representation of color #83DD8C: hue angle of 126º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DD8C is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 221 140 -
CMYK 0.41 0 0.37 0.13
HSL 126º 0.57% 0.69% -
HSV(B) 126º 0.41% 0.87% -
XYZ 39.95 58.43 33.98 -
YUV 184.86 102.68 89.59 -
System Red Green Blue C M Y K H S L
Decimal 131 221 140 0.41 0 0.37 0.13 126 0.57 0.69
Hex 83 DD 8C 29 0 25 D 7E 39 45
Octal 203 335 214 51 0 45 15 176 71 105
Binary 10000011 11011101 10001100 101001 0 100101 1101 1111110 111001 1000101

Color Harmonies of #83DD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DD8C

Black with #83DD8C

Text Example


Text Example

White with #83DD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,221,140); }

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

background-color css

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

 a { background-color: rgb(131,221,140); }

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

border-color css

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

 span { border-color: rgb(131,221,140); }

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