Html Css Color HEX #83D293 De York

📋 copy color: '#83D293'

red 131 ◦ green 210 ◦ blue 147

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

Shades of De York #83D293

Tints of De York #83D293

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.03%

 BLUE value IS 147 (57.81% from 255) = 30.12%

R = 26.84%
G = 43.03%
B = 30.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#83D293 (or 0x83D293) is known color: De York. HEX triplet: 83, D2 and 93. RGB value is (131,210,147). Sum of RGB (Red+Green+Blue) = 131+210+147=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #83D293 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D293 is #7C2D6C. Grayscale: #B3B3B3. Windows color (decimal): -8138093 or 9687683. OLE color: 9687683.

HSL color Cylindrical-coordinate representation of color #83D293: hue angle of 132.15º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D293 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 210 147 -
CMYK 0.38 0 0.30 0.18
HSL 132.15º 0.47% 0.67% -
HSV(B) 132.15º 0.38% 0.82% -
XYZ 37.67 53.03 35.85 -
YUV 179.2 109.83 93.62 -
System Red Green Blue C M Y K H S L
Decimal 131 210 147 0.38 0 0.30 0.18 132.15 0.47 0.67
Hex 83 D2 93 26 0 1E 12 84 2F 43
Octal 203 322 223 46 0 36 22 204 57 103
Binary 10000011 11010010 10010011 100110 0 11110 10010 10000100 101111 1000011

Color Harmonies of #83D293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D293

Black with #83D293

Text Example


Text Example

White with #83D293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,210,147); }

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

background-color css

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

 a { background-color: rgb(131,210,147); }

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

border-color css

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

 span { border-color: rgb(131,210,147); }

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