Html Css Color HEX #55C067 Fern

📋 copy color: '#55C067'

red 85 ◦ green 192 ◦ blue 103

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

Shades of Fern #55C067

Tints of Fern #55C067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.11%

R = 22.37%
G = 50.53%
B = 27.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#55C067 (or 0x55C067) is known color: Fern. HEX triplet: 55, C0 and 67. RGB value is (85,192,103). Sum of RGB (Red+Green+Blue) = 85+192+103=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #55C067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C067 is #AA3F98. Grayscale: #969696. Windows color (decimal): -11157401 or 6799445. OLE color: 6799445.

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

Color convert

RGB 85 192 103 -
CMYK 0.56 0 0.46 0.25
HSL 130.09º 0.46% 0.54% -
HSV(B) 130.09º 0.56% 0.75% -
XYZ 25.04 40.61 19.35 -
YUV 149.86 101.55 81.74 -
System Red Green Blue C M Y K H S L
Decimal 85 192 103 0.56 0 0.46 0.25 130.09 0.46 0.54
Hex 55 C0 67 38 0 2E 19 82 2E 36
Octal 125 300 147 70 0 56 31 202 56 66
Binary 1010101 11000000 1100111 111000 0 101110 11001 10000010 101110 110110

Color Harmonies of #55C067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C067

Black with #55C067

Text Example


Text Example

White with #55C067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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