Html Css Color HEX #55C264 Fern

📋 copy color: '#55C264'

red 85 ◦ green 194 ◦ blue 100

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

Shades of Fern #55C264

Tints of Fern #55C264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.39%

R = 22.43%
G = 51.19%
B = 26.39%

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

#55C264 (or 0x55C264) is known color: Fern. HEX triplet: 55, C2 and 64. RGB value is (85,194,100). Sum of RGB (Red+Green+Blue) = 85+194+100=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #55C264 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C264 is #AA3D9B. Grayscale: #969696. Windows color (decimal): -11156892 or 6603349. OLE color: 6603349.

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

Color convert

RGB 85 194 100 -
CMYK 0.56 0 0.48 0.24
HSL 128.26º 0.47% 0.55% -
HSV(B) 128.26º 0.56% 0.76% -
XYZ 25.34 41.43 18.72 -
YUV 150.69 99.39 81.14 -
System Red Green Blue C M Y K H S L
Decimal 85 194 100 0.56 0 0.48 0.24 128.26 0.47 0.55
Hex 55 C2 64 38 0 30 18 80 2F 37
Octal 125 302 144 70 0 60 30 200 57 67
Binary 1010101 11000010 1100100 111000 0 110000 11000 10000000 101111 110111

Color Harmonies of #55C264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C264

Black with #55C264

Text Example


Text Example

White with #55C264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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