Html Css Color HEX #5DF095 Medium Aquamarine

📋 copy color: '#5DF095'

red 93 ◦ green 240 ◦ blue 149

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

Shades of Medium Aquamarine #5DF095

Tints of Medium Aquamarine #5DF095

RGB

 RED value IS 93 (36.72% from 255) = 19.29%

 GREEN value IS 240 (94.14% from 255) = 49.79%

 BLUE value IS 149 (58.59% from 255) = 30.91%

R = 19.29%
G = 49.79%
B = 30.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#5DF095 (or 0x5DF095) is known color: Medium Aquamarine. HEX triplet: 5D, F0 and 95. RGB value is (93,240,149). Sum of RGB (Red+Green+Blue) = 93+240+149=482 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.29% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF095 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF095 is #A20F6A. Grayscale: #B9B9B9. Windows color (decimal): -10620779 or 9826397. OLE color: 9826397.

HSL color Cylindrical-coordinate representation of color #5DF095: hue angle of 142.86º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF095 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 93 240 149 -
CMYK 0.61 0 0.38 0.06
HSL 142.86º 0.83% 0.65% -
HSV(B) 142.86º 0.61% 0.94% -
XYZ 41.1 66.82 39.16 -
YUV 185.67 107.3 61.9 -
System Red Green Blue C M Y K H S L
Decimal 93 240 149 0.61 0 0.38 0.06 142.86 0.83 0.65
Hex 5D F0 95 3D 0 26 6 8F 53 41
Octal 135 360 225 75 0 46 6 217 123 101
Binary 1011101 11110000 10010101 111101 0 100110 110 10001111 1010011 1000001

Color Harmonies of #5DF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF095

Black with #5DF095

Text Example


Text Example

White with #5DF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DF095; }

 p { color: rgb(93,240,149); }

 H1.HeaderClassName
 {
   color: #5DF095;
 }
 .AnyTagClassName
 {
   color: #5DF095;
 }
</style>

background-color css

<style>
 a { background-color: #5DF095; }

 a { background-color: rgb(93,240,149); }

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

border-color css

<style>
 span { border-color: #5DF095; }

 span { border-color: rgb(93,240,149); }

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