Html Css Color HEX #5ABD6F Fern

📋 copy color: '#5ABD6F'

red 90 ◦ green 189 ◦ blue 111

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

Shades of Fern #5ABD6F

Tints of Fern #5ABD6F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.46%

 BLUE value IS 111 (43.75% from 255) = 28.46%

R = 23.08%
G = 48.46%
B = 28.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#5ABD6F (or 0x5ABD6F) is known color: Fern. HEX triplet: 5A, BD and 6F. RGB value is (90,189,111). Sum of RGB (Red+Green+Blue) = 90+189+111=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABD6F is #A54290. Grayscale: #969696. Windows color (decimal): -10830481 or 7322970. OLE color: 7322970.

HSL color Cylindrical-coordinate representation of color #5ABD6F: hue angle of 132.73º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABD6F is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 189 111 -
CMYK 0.52 0 0.41 0.26
HSL 132.73º 0.43% 0.55% -
HSV(B) 132.73º 0.52% 0.74% -
XYZ 25.28 39.72 21.37 -
YUV 150.51 105.7 84.84 -
System Red Green Blue C M Y K H S L
Decimal 90 189 111 0.52 0 0.41 0.26 132.73 0.43 0.55
Hex 5A BD 6F 34 0 29 1A 85 2B 37
Octal 132 275 157 64 0 51 32 205 53 67
Binary 1011010 10111101 1101111 110100 0 101001 11010 10000101 101011 110111

Color Harmonies of #5ABD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABD6F

Black with #5ABD6F

Text Example


Text Example

White with #5ABD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,189,111); }

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

background-color css

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

 a { background-color: rgb(90,189,111); }

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

border-color css

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

 span { border-color: rgb(90,189,111); }

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