Html Css Color HEX #5DB964 Fern

📋 copy color: '#5DB964'

red 93 ◦ green 185 ◦ blue 100

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

Shades of Fern #5DB964

Tints of Fern #5DB964

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.94%

 BLUE value IS 100 (39.45% from 255) = 26.46%

R = 24.6%
G = 48.94%
B = 26.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#5DB964 (or 0x5DB964) is known color: Fern. HEX triplet: 5D, B9 and 64. RGB value is (93,185,100). Sum of RGB (Red+Green+Blue) = 93+185+100=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB964 is #A2469B. Grayscale: #949494. Windows color (decimal): -10634908 or 6601053. OLE color: 6601053.

HSL color Cylindrical-coordinate representation of color #5DB964: hue angle of 124.57º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DB964 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 185 100 -
CMYK 0.50 0 0.46 0.27
HSL 124.57º 0.4% 0.55% -
HSV(B) 124.57º 0.5% 0.73% -
XYZ 24.16 37.95 18.11 -
YUV 147.8 101.02 88.91 -
System Red Green Blue C M Y K H S L
Decimal 93 185 100 0.50 0 0.46 0.27 124.57 0.4 0.55
Hex 5D B9 64 32 0 2E 1B 7D 28 37
Octal 135 271 144 62 0 56 33 175 50 67
Binary 1011101 10111001 1100100 110010 0 101110 11011 1111101 101000 110111

Color Harmonies of #5DB964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB964

Black with #5DB964

Text Example


Text Example

White with #5DB964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,185,100); }

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

background-color css

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

 a { background-color: rgb(93,185,100); }

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

border-color css

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

 span { border-color: rgb(93,185,100); }

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