Html Css Color HEX #5DC375 Emerald

📋 copy color: '#5DC375'

red 93 ◦ green 195 ◦ blue 117

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

Shades of Emerald #5DC375

Tints of Emerald #5DC375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.15%

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 22.96%
G = 48.15%
B = 28.89%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#5DC375 (or 0x5DC375) is known color: Emerald. HEX triplet: 5D, C3 and 75. RGB value is (93,195,117). Sum of RGB (Red+Green+Blue) = 93+195+117=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC375 is #A23C8A. Grayscale: #9B9B9B. Windows color (decimal): -10632331 or 7717725. OLE color: 7717725.

HSL color Cylindrical-coordinate representation of color #5DC375: hue angle of 134.12º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC375 is Cyan = 0.52, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 93 195 117 -
CMYK 0.52 0 0.4 0.24
HSL 134.12º 0.46% 0.56% -
HSV(B) 134.12º 0.52% 0.76% -
XYZ 27.24 42.64 23.62 -
YUV 155.61 106.21 83.34 -
System Red Green Blue C M Y K H S L
Decimal 93 195 117 0.52 0 0.4 0.24 134.12 0.46 0.56
Hex 5D C3 75 34 0 28 18 86 2E 38
Octal 135 303 165 64 0 50 30 206 56 70
Binary 1011101 11000011 1110101 110100 0 101000 11000 10000110 101110 111000

Color Harmonies of #5DC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC375

Black with #5DC375

Text Example


Text Example

White with #5DC375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,195,117); }

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

background-color css

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

 a { background-color: rgb(93,195,117); }

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

border-color css

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

 span { border-color: rgb(93,195,117); }

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