Html Css Color HEX #55C065 Fern

📋 copy color: '#55C065'

red 85 ◦ green 192 ◦ blue 101

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

Shades of Fern #55C065

Tints of Fern #55C065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.72%

R = 22.49%
G = 50.79%
B = 26.72%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#55C065 (or 0x55C065) is known color: Fern. HEX triplet: 55, C0 and 65. RGB value is (85,192,101). Sum of RGB (Red+Green+Blue) = 85+192+101=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #55C065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C065 is #AA3F9A. Grayscale: #959595. Windows color (decimal): -11157403 or 6668373. OLE color: 6668373.

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

Color convert

RGB 85 192 101 -
CMYK 0.56 0 0.47 0.25
HSL 128.97º 0.46% 0.54% -
HSV(B) 128.97º 0.56% 0.75% -
XYZ 24.94 40.57 18.83 -
YUV 149.63 100.55 81.9 -
System Red Green Blue C M Y K H S L
Decimal 85 192 101 0.56 0 0.47 0.25 128.97 0.46 0.54
Hex 55 C0 65 38 0 2F 19 81 2E 36
Octal 125 300 145 70 0 57 31 201 56 66
Binary 1010101 11000000 1100101 111000 0 101111 11001 10000001 101110 110110

Color Harmonies of #55C065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C065

Black with #55C065

Text Example


Text Example

White with #55C065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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