Html Css Color HEX #55C054 Fern

📋 copy color: '#55C054'

red 85 ◦ green 192 ◦ blue 84

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

Shades of Fern #55C054

Tints of Fern #55C054

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.19%

 BLUE value IS 84 (33.2% from 255) = 23.27%

R = 23.55%
G = 53.19%
B = 23.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#55C054 (or 0x55C054) is known color: Fern. HEX triplet: 55, C0 and 54. RGB value is (85,192,84). Sum of RGB (Red+Green+Blue) = 85+192+84=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #55C054 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C054 is #AA3FAB. Grayscale: #949494. Windows color (decimal): -11157420 or 5554261. OLE color: 5554261.

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

Color convert

RGB 85 192 84 -
CMYK 0.56 0 0.56 0.25
HSL 119.44º 0.46% 0.54% -
HSV(B) 119.44º 0.56% 0.75% -
XYZ 24.2 40.27 14.89 -
YUV 147.7 92.05 83.28 -
System Red Green Blue C M Y K H S L
Decimal 85 192 84 0.56 0 0.56 0.25 119.44 0.46 0.54
Hex 55 C0 54 38 0 38 19 77 2E 36
Octal 125 300 124 70 0 70 31 167 56 66
Binary 1010101 11000000 1010100 111000 0 111000 11001 1110111 101110 110110

Color Harmonies of #55C054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C054

Black with #55C054

Text Example


Text Example

White with #55C054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,192,84); }

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

background-color css

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

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

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

border-color css

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

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

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