Html Css Color HEX #55BF55 Fern

📋 copy color: '#55BF55'

red 85 ◦ green 191 ◦ blue 85

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

Shades of Fern #55BF55

Tints of Fern #55BF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.55%

R = 23.55%
G = 52.91%
B = 23.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#55BF55 (or 0x55BF55) is known color: Fern. HEX triplet: 55, BF and 55. RGB value is (85,191,85). Sum of RGB (Red+Green+Blue) = 85+191+85=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BF55 is #AA40AA. Grayscale: #939393. Windows color (decimal): -11157675 or 5619541. OLE color: 5619541.

HSL color Cylindrical-coordinate representation of color #55BF55: hue angle of 120º 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 #55BF55 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 191 85 -
CMYK 0.55 0 0.55 0.25
HSL 120º 0.45% 0.54% -
HSV(B) 120º 0.55% 0.75% -
XYZ 24.02 39.85 15.02 -
YUV 147.22 92.88 83.62 -
System Red Green Blue C M Y K H S L
Decimal 85 191 85 0.55 0 0.55 0.25 120 0.45 0.54
Hex 55 BF 55 37 0 37 19 78 2D 36
Octal 125 277 125 67 0 67 31 170 55 66
Binary 1010101 10111111 1010101 110111 0 110111 11001 1111000 101101 110110

Color Harmonies of #55BF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BF55

Black with #55BF55

Text Example


Text Example

White with #55BF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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