Html Css Color HEX #55C265 Fern

📋 copy color: '#55C265'

red 85 ◦ green 194 ◦ blue 101

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

Shades of Fern #55C265

Tints of Fern #55C265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.05%

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

R = 22.37%
G = 51.05%
B = 26.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#55C265 (or 0x55C265) is known color: Fern. HEX triplet: 55, C2 and 65. RGB value is (85,194,101). Sum of RGB (Red+Green+Blue) = 85+194+101=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #55C265 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C265 is #AA3D9A. Grayscale: #979797. Windows color (decimal): -11156891 or 6668885. OLE color: 6668885.

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

Color convert

RGB 85 194 101 -
CMYK 0.56 0 0.48 0.24
HSL 128.81º 0.47% 0.55% -
HSV(B) 128.81º 0.56% 0.76% -
XYZ 25.39 41.45 18.98 -
YUV 150.81 99.89 81.06 -
System Red Green Blue C M Y K H S L
Decimal 85 194 101 0.56 0 0.48 0.24 128.81 0.47 0.55
Hex 55 C2 65 38 0 30 18 81 2F 37
Octal 125 302 145 70 0 60 30 201 57 67
Binary 1010101 11000010 1100101 111000 0 110000 11000 10000001 101111 110111

Color Harmonies of #55C265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C265

Black with #55C265

Text Example


Text Example

White with #55C265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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