Html Css Color HEX #5DD060 Fern

📋 copy color: '#5DD060'

red 93 ◦ green 208 ◦ blue 96

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

Shades of Fern #5DD060

Tints of Fern #5DD060

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.39%

 BLUE value IS 96 (37.89% from 255) = 24.18%

R = 23.43%
G = 52.39%
B = 24.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#5DD060 (or 0x5DD060) is known color: Fern. HEX triplet: 5D, D0 and 60. RGB value is (93,208,96). Sum of RGB (Red+Green+Blue) = 93+208+96=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD060 is #A22F9F. Grayscale: #A1A1A1. Windows color (decimal): -10629024 or 6344797. OLE color: 6344797.

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

Color convert

RGB 93 208 96 -
CMYK 0.55 0 0.54 0.18
HSL 121.57º 0.55% 0.59% -
HSV(B) 121.57º 0.55% 0.82% -
XYZ 29.18 48.28 18.85 -
YUV 160.85 91.4 79.61 -
System Red Green Blue C M Y K H S L
Decimal 93 208 96 0.55 0 0.54 0.18 121.57 0.55 0.59
Hex 5D D0 60 37 0 36 12 7A 37 3B
Octal 135 320 140 67 0 66 22 172 67 73
Binary 1011101 11010000 1100000 110111 0 110110 10010 1111010 110111 111011

Color Harmonies of #5DD060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD060

Black with #5DD060

Text Example


Text Example

White with #5DD060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,208,96); }

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

background-color css

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

 a { background-color: rgb(93,208,96); }

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

border-color css

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

 span { border-color: rgb(93,208,96); }

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