Html Css Color HEX #55BF64 Fern

📋 copy color: '#55BF64'

red 85 ◦ green 191 ◦ blue 100

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

Shades of Fern #55BF64

Tints of Fern #55BF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.6%

R = 22.61%
G = 50.8%
B = 26.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#55BF64 (or 0x55BF64) is known color: Fern. HEX triplet: 55, BF and 64. RGB value is (85,191,100). Sum of RGB (Red+Green+Blue) = 85+191+100=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BF64 is #AA409B. Grayscale: #959595. Windows color (decimal): -11157660 or 6602581. OLE color: 6602581.

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

Color convert

RGB 85 191 100 -
CMYK 0.55 0 0.48 0.25
HSL 128.49º 0.45% 0.54% -
HSV(B) 128.49º 0.55% 0.75% -
XYZ 24.68 40.11 18.5 -
YUV 148.93 100.38 82.4 -
System Red Green Blue C M Y K H S L
Decimal 85 191 100 0.55 0 0.48 0.25 128.49 0.45 0.54
Hex 55 BF 64 37 0 30 19 80 2D 36
Octal 125 277 144 67 0 60 31 200 55 66
Binary 1010101 10111111 1100100 110111 0 110000 11001 10000000 101101 110110

Color Harmonies of #55BF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BF64

Black with #55BF64

Text Example


Text Example

White with #55BF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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