Html Css Color HEX #55C85C Fern

📋 copy color: '#55C85C'

red 85 ◦ green 200 ◦ blue 92

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

Shades of Fern #55C85C

Tints of Fern #55C85C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.05%

 BLUE value IS 92 (36.33% from 255) = 24.4%

R = 22.55%
G = 53.05%
B = 24.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#55C85C (or 0x55C85C) is known color: Fern. HEX triplet: 55, C8 and 5C. RGB value is (85,200,92). Sum of RGB (Red+Green+Blue) = 85+200+92=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #55C85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C85C is #AA37A3. Grayscale: #999999. Windows color (decimal): -11155364 or 6080597. OLE color: 6080597.

HSL color Cylindrical-coordinate representation of color #55C85C: hue angle of 123.65º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C85C is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 200 92 -
CMYK 0.58 0 0.54 0.22
HSL 123.65º 0.51% 0.56% -
HSV(B) 123.65º 0.58% 0.78% -
XYZ 26.33 44.01 17.23 -
YUV 153.3 93.4 79.28 -
System Red Green Blue C M Y K H S L
Decimal 85 200 92 0.58 0 0.54 0.22 123.65 0.51 0.56
Hex 55 C8 5C 3A 0 36 16 7C 33 38
Octal 125 310 134 72 0 66 26 174 63 70
Binary 1010101 11001000 1011100 111010 0 110110 10110 1111100 110011 111000

Color Harmonies of #55C85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C85C

Black with #55C85C

Text Example


Text Example

White with #55C85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,200,92); }

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

background-color css

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

 a { background-color: rgb(85,200,92); }

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

border-color css

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

 span { border-color: rgb(85,200,92); }

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