Html Css Color HEX #55BD64 Fern

📋 copy color: '#55BD64'

red 85 ◦ green 189 ◦ blue 100

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

Shades of Fern #55BD64

Tints of Fern #55BD64

RGB

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

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

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

R = 22.73%
G = 50.53%
B = 26.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#55BD64 (or 0x55BD64) is known color: Fern. HEX triplet: 55, BD and 64. RGB value is (85,189,100). Sum of RGB (Red+Green+Blue) = 85+189+100=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BD64 is #AA429B. Grayscale: #949494. Windows color (decimal): -11158172 or 6602069. OLE color: 6602069.

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

Color convert

RGB 85 189 100 -
CMYK 0.55 0 0.47 0.26
HSL 128.65º 0.44% 0.54% -
HSV(B) 128.65º 0.55% 0.74% -
XYZ 24.24 39.25 18.35 -
YUV 147.76 101.04 83.24 -
System Red Green Blue C M Y K H S L
Decimal 85 189 100 0.55 0 0.47 0.26 128.65 0.44 0.54
Hex 55 BD 64 37 0 2F 1A 81 2C 36
Octal 125 275 144 67 0 57 32 201 54 66
Binary 1010101 10111101 1100100 110111 0 101111 11010 10000001 101100 110110

Color Harmonies of #55BD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BD64

Black with #55BD64

Text Example


Text Example

White with #55BD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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