Html Css Color HEX #5DB064 Fern

📋 copy color: '#5DB064'

red 93 ◦ green 176 ◦ blue 100

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

Shades of Fern #5DB064

Tints of Fern #5DB064

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.7%

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

R = 25.2%
G = 47.7%
B = 27.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#5DB064 (or 0x5DB064) is known color: Fern. HEX triplet: 5D, B0 and 64. RGB value is (93,176,100). Sum of RGB (Red+Green+Blue) = 93+176+100=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB064 is #A24F9B. Grayscale: #8E8E8E. Windows color (decimal): -10637212 or 6598749. OLE color: 6598749.

HSL color Cylindrical-coordinate representation of color #5DB064: hue angle of 125.06º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DB064 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 176 100 -
CMYK 0.47 0 0.43 0.31
HSL 125.06º 0.34% 0.53% -
HSV(B) 125.06º 0.47% 0.69% -
XYZ 22.34 34.3 17.5 -
YUV 142.52 104 92.68 -
System Red Green Blue C M Y K H S L
Decimal 93 176 100 0.47 0 0.43 0.31 125.06 0.34 0.53
Hex 5D B0 64 2F 0 2B 1F 7D 22 35
Octal 135 260 144 57 0 53 37 175 42 65
Binary 1011101 10110000 1100100 101111 0 101011 11111 1111101 100010 110101

Color Harmonies of #5DB064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB064

Black with #5DB064

Text Example


Text Example

White with #5DB064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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