Html Css Color HEX #83D48D De York

📋 copy color: '#83D48D'

red 131 ◦ green 212 ◦ blue 141

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

Shades of De York #83D48D

Tints of De York #83D48D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.8%

 BLUE value IS 141 (55.47% from 255) = 29.13%

R = 27.07%
G = 43.8%
B = 29.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#83D48D (or 0x83D48D) is known color: De York. HEX triplet: 83, D4 and 8D. RGB value is (131,212,141). Sum of RGB (Red+Green+Blue) = 131+212+141=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #83D48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D48D is #7C2B72. Grayscale: #B3B3B3. Windows color (decimal): -8137587 or 9294979. OLE color: 9294979.

HSL color Cylindrical-coordinate representation of color #83D48D: hue angle of 127.41º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D48D is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 131 212 141 -
CMYK 0.38 0 0.33 0.17
HSL 127.41º 0.49% 0.67% -
HSV(B) 127.41º 0.38% 0.83% -
XYZ 37.71 53.84 33.6 -
YUV 179.69 106.16 93.27 -
System Red Green Blue C M Y K H S L
Decimal 131 212 141 0.38 0 0.33 0.17 127.41 0.49 0.67
Hex 83 D4 8D 26 0 21 11 7F 31 43
Octal 203 324 215 46 0 41 21 177 61 103
Binary 10000011 11010100 10001101 100110 0 100001 10001 1111111 110001 1000011

Color Harmonies of #83D48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D48D

Black with #83D48D

Text Example


Text Example

White with #83D48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,212,141); }

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

background-color css

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

 a { background-color: rgb(131,212,141); }

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

border-color css

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

 span { border-color: rgb(131,212,141); }

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