Html Css Color HEX #55D261 Fern

📋 copy color: '#55D261'

red 85 ◦ green 210 ◦ blue 97

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

Shades of Fern #55D261

Tints of Fern #55D261

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.57%

 BLUE value IS 97 (38.28% from 255) = 24.74%

R = 21.68%
G = 53.57%
B = 24.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#55D261 (or 0x55D261) is known color: Fern. HEX triplet: 55, D2 and 61. RGB value is (85,210,97). Sum of RGB (Red+Green+Blue) = 85+210+97=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 210 (82.42% from 255 or 53.57% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 210 - color contains mainly: green. Hex color #55D261 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D261 is #AA2D9E. Grayscale: #A0A0A0. Windows color (decimal): -11152799 or 6410837. OLE color: 6410837.

HSL color Cylindrical-coordinate representation of color #55D261: hue angle of 125.76º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D261 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 210 97 -
CMYK 0.60 0 0.54 0.18
HSL 125.76º 0.58% 0.58% -
HSV(B) 125.76º 0.6% 0.82% -
XYZ 28.95 48.89 19.22 -
YUV 159.74 92.59 74.69 -
System Red Green Blue C M Y K H S L
Decimal 85 210 97 0.60 0 0.54 0.18 125.76 0.58 0.58
Hex 55 D2 61 3C 0 36 12 7E 3A 3A
Octal 125 322 141 74 0 66 22 176 72 72
Binary 1010101 11010010 1100001 111100 0 110110 10010 1111110 111010 111010

Color Harmonies of #55D261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D261

Black with #55D261

Text Example


Text Example

White with #55D261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,210,97); }

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

background-color css

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

 a { background-color: rgb(85,210,97); }

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

border-color css

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

 span { border-color: rgb(85,210,97); }

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