Html Css Color HEX #5DCF85 Emerald

📋 copy color: '#5DCF85'

red 93 ◦ green 207 ◦ blue 133

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

Shades of Emerald #5DCF85

Tints of Emerald #5DCF85

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.81%

 BLUE value IS 133 (52.34% from 255) = 30.72%

R = 21.48%
G = 47.81%
B = 30.72%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#5DCF85 (or 0x5DCF85) is known color: Emerald. HEX triplet: 5D, CF and 85. RGB value is (93,207,133). Sum of RGB (Red+Green+Blue) = 93+207+133=433 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.48% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCF85 is #A2307A. Grayscale: #A4A4A4. Windows color (decimal): -10629243 or 8769373. OLE color: 8769373.

HSL color Cylindrical-coordinate representation of color #5DCF85: hue angle of 141.05º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCF85 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 207 133 -
CMYK 0.55 0 0.36 0.19
HSL 141.05º 0.54% 0.59% -
HSV(B) 141.05º 0.55% 0.81% -
XYZ 31.06 48.65 29.94 -
YUV 164.48 110.23 77.02 -
System Red Green Blue C M Y K H S L
Decimal 93 207 133 0.55 0 0.36 0.19 141.05 0.54 0.59
Hex 5D CF 85 37 0 24 13 8D 36 3B
Octal 135 317 205 67 0 44 23 215 66 73
Binary 1011101 11001111 10000101 110111 0 100100 10011 10001101 110110 111011

Color Harmonies of #5DCF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCF85

Black with #5DCF85

Text Example


Text Example

White with #5DCF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,207,133); }

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

background-color css

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

 a { background-color: rgb(93,207,133); }

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

border-color css

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

 span { border-color: rgb(93,207,133); }

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