Html Css Color HEX #55BF6B Fern

📋 copy color: '#55BF6B'

red 85 ◦ green 191 ◦ blue 107

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

Shades of Fern #55BF6B

Tints of Fern #55BF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.94%

R = 22.19%
G = 49.87%
B = 27.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#55BF6B (or 0x55BF6B) is known color: Fern. HEX triplet: 55, BF and 6B. RGB value is (85,191,107). Sum of RGB (Red+Green+Blue) = 85+191+107=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BF6B is #AA4094. Grayscale: #959595. Windows color (decimal): -11157653 or 7061333. OLE color: 7061333.

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

Color convert

RGB 85 191 107 -
CMYK 0.55 0 0.44 0.25
HSL 132.45º 0.45% 0.54% -
HSV(B) 132.45º 0.55% 0.75% -
XYZ 25.03 40.25 20.36 -
YUV 149.73 103.88 81.83 -
System Red Green Blue C M Y K H S L
Decimal 85 191 107 0.55 0 0.44 0.25 132.45 0.45 0.54
Hex 55 BF 6B 37 0 2C 19 84 2D 36
Octal 125 277 153 67 0 54 31 204 55 66
Binary 1010101 10111111 1101011 110111 0 101100 11001 10000100 101101 110110

Color Harmonies of #55BF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BF6B

Black with #55BF6B

Text Example


Text Example

White with #55BF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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