Html Css Color HEX #55C05D Fern

📋 copy color: '#55C05D'

red 85 ◦ green 192 ◦ blue 93

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

Shades of Fern #55C05D

Tints of Fern #55C05D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.89%

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

R = 22.97%
G = 51.89%
B = 25.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#55C05D (or 0x55C05D) is known color: Fern. HEX triplet: 55, C0 and 5D. RGB value is (85,192,93). Sum of RGB (Red+Green+Blue) = 85+192+93=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #55C05D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C05D is #AA3FA2. Grayscale: #959595. Windows color (decimal): -11157411 or 6144085. OLE color: 6144085.

HSL color Cylindrical-coordinate representation of color #55C05D: hue angle of 124.49º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C05D is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 93 -
CMYK 0.56 0 0.52 0.25
HSL 124.49º 0.46% 0.54% -
HSV(B) 124.49º 0.56% 0.75% -
XYZ 24.57 40.42 16.86 -
YUV 148.72 96.55 82.55 -
System Red Green Blue C M Y K H S L
Decimal 85 192 93 0.56 0 0.52 0.25 124.49 0.46 0.54
Hex 55 C0 5D 38 0 34 19 7C 2E 36
Octal 125 300 135 70 0 64 31 174 56 66
Binary 1010101 11000000 1011101 111000 0 110100 11001 1111100 101110 110110

Color Harmonies of #55C05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C05D

Black with #55C05D

Text Example


Text Example

White with #55C05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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