Html Css Color HEX #5AD364 Fern

📋 copy color: '#5AD364'

red 90 ◦ green 211 ◦ blue 100

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

Shades of Fern #5AD364

Tints of Fern #5AD364

RGB

 RED value IS 90 (35.55% from 255) = 22.44%

 GREEN value IS 211 (82.81% from 255) = 52.62%

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

R = 22.44%
G = 52.62%
B = 24.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#5AD364 (or 0x5AD364) is known color: Fern. HEX triplet: 5A, D3 and 64. RGB value is (90,211,100). Sum of RGB (Red+Green+Blue) = 90+211+100=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD364 is #A52C9B. Grayscale: #A2A2A2. Windows color (decimal): -10824860 or 6607706. OLE color: 6607706.

HSL color Cylindrical-coordinate representation of color #5AD364: hue angle of 124.96º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD364 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 90 211 100 -
CMYK 0.57 0 0.53 0.17
HSL 124.96º 0.58% 0.59% -
HSV(B) 124.96º 0.57% 0.83% -
XYZ 29.81 49.68 20.08 -
YUV 162.17 92.91 76.53 -
System Red Green Blue C M Y K H S L
Decimal 90 211 100 0.57 0 0.53 0.17 124.96 0.58 0.59
Hex 5A D3 64 39 0 35 11 7D 3A 3B
Octal 132 323 144 71 0 65 21 175 72 73
Binary 1011010 11010011 1100100 111001 0 110101 10001 1111101 111010 111011

Color Harmonies of #5AD364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD364

Black with #5AD364

Text Example


Text Example

White with #5AD364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,211,100); }

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

background-color css

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

 a { background-color: rgb(90,211,100); }

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

border-color css

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

 span { border-color: rgb(90,211,100); }

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