Html Css Color HEX #55C369 Fern

📋 copy color: '#55C369'

red 85 ◦ green 195 ◦ blue 105

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

Shades of Fern #55C369

Tints of Fern #55C369

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.65%

 BLUE value IS 105 (41.41% from 255) = 27.27%

R = 22.08%
G = 50.65%
B = 27.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#55C369 (or 0x55C369) is known color: Fern. HEX triplet: 55, C3 and 69. RGB value is (85,195,105). Sum of RGB (Red+Green+Blue) = 85+195+105=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #55C369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C369 is #AA3C96. Grayscale: #989898. Windows color (decimal): -11156631 or 6931285. OLE color: 6931285.

HSL color Cylindrical-coordinate representation of color #55C369: hue angle of 130.91º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C369 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 195 105 -
CMYK 0.56 0 0.46 0.24
HSL 130.91º 0.48% 0.55% -
HSV(B) 130.91º 0.56% 0.76% -
XYZ 25.81 41.98 20.11 -
YUV 151.85 101.56 80.32 -
System Red Green Blue C M Y K H S L
Decimal 85 195 105 0.56 0 0.46 0.24 130.91 0.48 0.55
Hex 55 C3 69 38 0 2E 18 83 30 37
Octal 125 303 151 70 0 56 30 203 60 67
Binary 1010101 11000011 1101001 111000 0 101110 11000 10000011 110000 110111

Color Harmonies of #55C369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C369

Black with #55C369

Text Example


Text Example

White with #55C369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,195,105); }

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

background-color css

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

 a { background-color: rgb(85,195,105); }

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

border-color css

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

 span { border-color: rgb(85,195,105); }

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