Html Css Color HEX #55C260 Fern

📋 copy color: '#55C260'

red 85 ◦ green 194 ◦ blue 96

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

Shades of Fern #55C260

Tints of Fern #55C260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.6%

R = 22.67%
G = 51.73%
B = 25.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#55C260 (or 0x55C260) is known color: Fern. HEX triplet: 55, C2 and 60. RGB value is (85,194,96). Sum of RGB (Red+Green+Blue) = 85+194+96=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #55C260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C260 is #AA3D9F. Grayscale: #969696. Windows color (decimal): -11156896 or 6341205. OLE color: 6341205.

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

Color convert

RGB 85 194 96 -
CMYK 0.56 0 0.51 0.24
HSL 126.06º 0.47% 0.55% -
HSV(B) 126.06º 0.56% 0.76% -
XYZ 25.15 41.36 17.72 -
YUV 150.24 97.39 81.47 -
System Red Green Blue C M Y K H S L
Decimal 85 194 96 0.56 0 0.51 0.24 126.06 0.47 0.55
Hex 55 C2 60 38 0 33 18 7E 2F 37
Octal 125 302 140 70 0 63 30 176 57 67
Binary 1010101 11000010 1100000 111000 0 110011 11000 1111110 101111 110111

Color Harmonies of #55C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C260

Black with #55C260

Text Example


Text Example

White with #55C260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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