Html Css Color HEX #55B55D Fern

📋 copy color: '#55B55D'

red 85 ◦ green 181 ◦ blue 93

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

Shades of Fern #55B55D

Tints of Fern #55B55D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.42%

 BLUE value IS 93 (36.72% from 255) = 25.91%

R = 23.68%
G = 50.42%
B = 25.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#55B55D (or 0x55B55D) is known color: Fern. HEX triplet: 55, B5 and 5D. RGB value is (85,181,93). Sum of RGB (Red+Green+Blue) = 85+181+93=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #55B55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B55D is #AA4AA2. Grayscale: #8E8E8E. Windows color (decimal): -11160227 or 6141269. OLE color: 6141269.

HSL color Cylindrical-coordinate representation of color #55B55D: hue angle of 125º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B55D is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 181 93 -
CMYK 0.53 0 0.49 0.29
HSL 125º 0.39% 0.52% -
HSV(B) 125º 0.53% 0.71% -
XYZ 22.25 35.77 16.09 -
YUV 142.26 100.2 87.16 -
System Red Green Blue C M Y K H S L
Decimal 85 181 93 0.53 0 0.49 0.29 125 0.39 0.52
Hex 55 B5 5D 35 0 31 1D 7D 27 34
Octal 125 265 135 65 0 61 35 175 47 64
Binary 1010101 10110101 1011101 110101 0 110001 11101 1111101 100111 110100

Color Harmonies of #55B55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B55D

Black with #55B55D

Text Example


Text Example

White with #55B55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,181,93); }

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

background-color css

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

 a { background-color: rgb(85,181,93); }

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

border-color css

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

 span { border-color: rgb(85,181,93); }

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