Html Css Color HEX #55C16A Fern

📋 copy color: '#55C16A'

red 85 ◦ green 193 ◦ blue 106

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

Shades of Fern #55C16A

Tints of Fern #55C16A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.26%

 BLUE value IS 106 (41.8% from 255) = 27.6%

R = 22.14%
G = 50.26%
B = 27.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#55C16A (or 0x55C16A) is known color: Fern. HEX triplet: 55, C1 and 6A. RGB value is (85,193,106). Sum of RGB (Red+Green+Blue) = 85+193+106=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #55C16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C16A is #AA3E95. Grayscale: #979797. Windows color (decimal): -11157142 or 6996309. OLE color: 6996309.

HSL color Cylindrical-coordinate representation of color #55C16A: hue angle of 131.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C16A is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 193 106 -
CMYK 0.56 0 0.45 0.24
HSL 131.67º 0.47% 0.55% -
HSV(B) 131.67º 0.56% 0.76% -
XYZ 25.42 41.11 20.23 -
YUV 150.79 102.72 81.07 -
System Red Green Blue C M Y K H S L
Decimal 85 193 106 0.56 0 0.45 0.24 131.67 0.47 0.55
Hex 55 C1 6A 38 0 2D 18 84 2F 37
Octal 125 301 152 70 0 55 30 204 57 67
Binary 1010101 11000001 1101010 111000 0 101101 11000 10000100 101111 110111

Color Harmonies of #55C16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C16A

Black with #55C16A

Text Example


Text Example

White with #55C16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,193,106); }

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

background-color css

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

 a { background-color: rgb(85,193,106); }

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

border-color css

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

 span { border-color: rgb(85,193,106); }

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