Html Css Color HEX #55D95B Fern

📋 copy color: '#55D95B'

red 85 ◦ green 217 ◦ blue 91

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

Shades of Fern #55D95B

Tints of Fern #55D95B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.22%

 BLUE value IS 91 (35.94% from 255) = 23.16%

R = 21.63%
G = 55.22%
B = 23.16%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#55D95B (or 0x55D95B) is known color: Fern. HEX triplet: 55, D9 and 5B. RGB value is (85,217,91). Sum of RGB (Red+Green+Blue) = 85+217+91=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 217 (85.16% from 255 or 55.22% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 217 - color contains mainly: green. Hex color #55D95B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D95B is #AA26A4. Grayscale: #A3A3A3. Windows color (decimal): -11151013 or 6019413. OLE color: 6019413.

HSL color Cylindrical-coordinate representation of color #55D95B: hue angle of 122.73º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D95B is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 217 91 -
CMYK 0.61 0 0.58 0.15
HSL 122.73º 0.63% 0.59% -
HSV(B) 122.73º 0.61% 0.85% -
XYZ 30.45 52.31 18.39 -
YUV 163.17 87.27 72.25 -
System Red Green Blue C M Y K H S L
Decimal 85 217 91 0.61 0 0.58 0.15 122.73 0.63 0.59
Hex 55 D9 5B 3D 0 3A F 7B 3F 3B
Octal 125 331 133 75 0 72 17 173 77 73
Binary 1010101 11011001 1011011 111101 0 111010 1111 1111011 111111 111011

Color Harmonies of #55D95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D95B

Black with #55D95B

Text Example


Text Example

White with #55D95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,217,91); }

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

background-color css

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

 a { background-color: rgb(85,217,91); }

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

border-color css

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

 span { border-color: rgb(85,217,91); }

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