Html Css Color HEX #55C468 Fern

📋 copy color: '#55C468'

red 85 ◦ green 196 ◦ blue 104

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

Shades of Fern #55C468

Tints of Fern #55C468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.91%

 BLUE value IS 104 (41.02% from 255) = 27.01%

R = 22.08%
G = 50.91%
B = 27.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#55C468 (or 0x55C468) is known color: Fern. HEX triplet: 55, C4 and 68. RGB value is (85,196,104). Sum of RGB (Red+Green+Blue) = 85+196+104=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #55C468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C468 is #AA3B97. Grayscale: #989898. Windows color (decimal): -11156376 or 6866005. OLE color: 6866005.

HSL color Cylindrical-coordinate representation of color #55C468: hue angle of 130.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C468 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 196 104 -
CMYK 0.57 0 0.47 0.23
HSL 130.27º 0.48% 0.55% -
HSV(B) 130.27º 0.57% 0.77% -
XYZ 25.98 42.41 19.91 -
YUV 152.32 100.73 79.98 -
System Red Green Blue C M Y K H S L
Decimal 85 196 104 0.57 0 0.47 0.23 130.27 0.48 0.55
Hex 55 C4 68 39 0 2F 17 82 30 37
Octal 125 304 150 71 0 57 27 202 60 67
Binary 1010101 11000100 1101000 111001 0 101111 10111 10000010 110000 110111

Color Harmonies of #55C468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C468

Black with #55C468

Text Example


Text Example

White with #55C468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,196,104); }

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

background-color css

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

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

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

border-color css

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

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

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