Html Css Color HEX #55CD5D Fern

📋 copy color: '#55CD5D'

red 85 ◦ green 205 ◦ blue 93

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

Shades of Fern #55CD5D

Tints of Fern #55CD5D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.52%

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

R = 22.19%
G = 53.52%
B = 24.28%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#55CD5D (or 0x55CD5D) is known color: Fern. HEX triplet: 55, CD and 5D. RGB value is (85,205,93). Sum of RGB (Red+Green+Blue) = 85+205+93=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #55CD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CD5D is #AA32A2. Grayscale: #9C9C9C. Windows color (decimal): -11154083 or 6147413. OLE color: 6147413.

HSL color Cylindrical-coordinate representation of color #55CD5D: hue angle of 124º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CD5D is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 205 93 -
CMYK 0.59 0 0.55 0.20
HSL 124º 0.55% 0.57% -
HSV(B) 124º 0.59% 0.8% -
XYZ 27.55 46.38 17.86 -
YUV 156.35 92.24 77.11 -
System Red Green Blue C M Y K H S L
Decimal 85 205 93 0.59 0 0.55 0.20 124 0.55 0.57
Hex 55 CD 5D 3B 0 37 14 7C 37 39
Octal 125 315 135 73 0 67 24 174 67 71
Binary 1010101 11001101 1011101 111011 0 110111 10100 1111100 110111 111001

Color Harmonies of #55CD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CD5D

Black with #55CD5D

Text Example


Text Example

White with #55CD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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