Html Css Color HEX #55BD5D Fern

📋 copy color: '#55BD5D'

red 85 ◦ green 189 ◦ blue 93

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

Shades of Fern #55BD5D

Tints of Fern #55BD5D

RGB

 RED value IS 85 (33.59% from 255) = 23.16%

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

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 23.16%
G = 51.5%
B = 25.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#55BD5D (or 0x55BD5D) is known color: Fern. HEX triplet: 55, BD and 5D. RGB value is (85,189,93). Sum of RGB (Red+Green+Blue) = 85+189+93=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BD5D is #AA42A2. Grayscale: #939393. Windows color (decimal): -11158179 or 6143317. OLE color: 6143317.

HSL color Cylindrical-coordinate representation of color #55BD5D: hue angle of 124.62º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BD5D is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 189 93 -
CMYK 0.55 0 0.51 0.26
HSL 124.62º 0.44% 0.54% -
HSV(B) 124.62º 0.55% 0.74% -
XYZ 23.92 39.12 16.65 -
YUV 146.96 97.54 83.81 -
System Red Green Blue C M Y K H S L
Decimal 85 189 93 0.55 0 0.51 0.26 124.62 0.44 0.54
Hex 55 BD 5D 37 0 33 1A 7D 2C 36
Octal 125 275 135 67 0 63 32 175 54 66
Binary 1010101 10111101 1011101 110111 0 110011 11010 1111101 101100 110110

Color Harmonies of #55BD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BD5D

Black with #55BD5D

Text Example


Text Example

White with #55BD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55BD5D; }

 p { color: rgb(85,189,93); }

 H1.HeaderClassName
 {
   color: #55BD5D;
 }
 .AnyTagClassName
 {
   color: #55BD5D;
 }
</style>

background-color css

<style>
 a { background-color: #55BD5D; }

 a { background-color: rgb(85,189,93); }

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

border-color css

<style>
 span { border-color: #55BD5D; }

 span { border-color: rgb(85,189,93); }

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