Html Css Color HEX #55BF5D Fern

📋 copy color: '#55BF5D'

red 85 ◦ green 191 ◦ blue 93

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

Shades of Fern #55BF5D

Tints of Fern #55BF5D

RGB

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

 GREEN value IS 191 (75% from 255) = 51.76%

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

R = 23.04%
G = 51.76%
B = 25.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#55BF5D (or 0x55BF5D) is known color: Fern. HEX triplet: 55, BF and 5D. RGB value is (85,191,93). Sum of RGB (Red+Green+Blue) = 85+191+93=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BF5D is #AA40A2. Grayscale: #949494. Windows color (decimal): -11157667 or 6143829. OLE color: 6143829.

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

Color convert

RGB 85 191 93 -
CMYK 0.55 0 0.51 0.25
HSL 124.53º 0.45% 0.54% -
HSV(B) 124.53º 0.55% 0.75% -
XYZ 24.35 39.98 16.79 -
YUV 148.13 96.88 82.97 -
System Red Green Blue C M Y K H S L
Decimal 85 191 93 0.55 0 0.51 0.25 124.53 0.45 0.54
Hex 55 BF 5D 37 0 33 19 7D 2D 36
Octal 125 277 135 67 0 63 31 175 55 66
Binary 1010101 10111111 1011101 110111 0 110011 11001 1111101 101101 110110

Color Harmonies of #55BF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BF5D

Black with #55BF5D

Text Example


Text Example

White with #55BF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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