Html Css Color HEX #55C65D Fern

📋 copy color: '#55C65D'

red 85 ◦ green 198 ◦ blue 93

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

Shades of Fern #55C65D

Tints of Fern #55C65D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.66%

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

R = 22.61%
G = 52.66%
B = 24.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#55C65D (or 0x55C65D) is known color: Fern. HEX triplet: 55, C6 and 5D. RGB value is (85,198,93). Sum of RGB (Red+Green+Blue) = 85+198+93=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 198 (77.73% from 255 or 52.66% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 198 - color contains mainly: green. Hex color #55C65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C65D is #AA39A2. Grayscale: #989898. Windows color (decimal): -11155875 or 6145621. OLE color: 6145621.

HSL color Cylindrical-coordinate representation of color #55C65D: hue angle of 124.25º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C65D is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 198 93 -
CMYK 0.57 0 0.53 0.22
HSL 124.25º 0.5% 0.55% -
HSV(B) 124.25º 0.57% 0.78% -
XYZ 25.92 43.11 17.31 -
YUV 152.24 94.56 80.04 -
System Red Green Blue C M Y K H S L
Decimal 85 198 93 0.57 0 0.53 0.22 124.25 0.5 0.55
Hex 55 C6 5D 39 0 35 16 7C 32 37
Octal 125 306 135 71 0 65 26 174 62 67
Binary 1010101 11000110 1011101 111001 0 110101 10110 1111100 110010 110111

Color Harmonies of #55C65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C65D

Black with #55C65D

Text Example


Text Example

White with #55C65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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