Html Css Color HEX #83DD93 De York

📋 copy color: '#83DD93'

red 131 ◦ green 221 ◦ blue 147

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

Shades of De York #83DD93

Tints of De York #83DD93

RGB

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

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

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

R = 26.25%
G = 44.29%
B = 29.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#83DD93 (or 0x83DD93) is known color: De York. HEX triplet: 83, DD and 93. RGB value is (131,221,147). Sum of RGB (Red+Green+Blue) = 131+221+147=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DD93 is #7C226C. Grayscale: #B9B9B9. Windows color (decimal): -8135277 or 9690499. OLE color: 9690499.

HSL color Cylindrical-coordinate representation of color #83DD93: hue angle of 130.67º 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 #83DD93 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 221 147 -
CMYK 0.41 0 0.33 0.13
HSL 130.67º 0.57% 0.69% -
HSV(B) 130.67º 0.41% 0.87% -
XYZ 40.48 58.64 36.79 -
YUV 185.65 106.18 89.02 -
System Red Green Blue C M Y K H S L
Decimal 131 221 147 0.41 0 0.33 0.13 130.67 0.57 0.69
Hex 83 DD 93 29 0 21 D 83 39 45
Octal 203 335 223 51 0 41 15 203 71 105
Binary 10000011 11011101 10010011 101001 0 100001 1101 10000011 111001 1000101

Color Harmonies of #83DD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DD93

Black with #83DD93

Text Example


Text Example

White with #83DD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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