Html Css Color HEX #55C05B Fern

📋 copy color: '#55C05B'

red 85 ◦ green 192 ◦ blue 91

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

Shades of Fern #55C05B

Tints of Fern #55C05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.73%

R = 23.1%
G = 52.17%
B = 24.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#55C05B (or 0x55C05B) is known color: Fern. HEX triplet: 55, C0 and 5B. RGB value is (85,192,91). Sum of RGB (Red+Green+Blue) = 85+192+91=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #55C05B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C05B is #AA3FA4. Grayscale: #949494. Windows color (decimal): -11157413 or 6013013. OLE color: 6013013.

HSL color Cylindrical-coordinate representation of color #55C05B: hue angle of 123.36º 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 #55C05B is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 91 -
CMYK 0.56 0 0.53 0.25
HSL 123.36º 0.46% 0.54% -
HSV(B) 123.36º 0.56% 0.75% -
XYZ 24.48 40.39 16.4 -
YUV 148.49 95.55 82.71 -
System Red Green Blue C M Y K H S L
Decimal 85 192 91 0.56 0 0.53 0.25 123.36 0.46 0.54
Hex 55 C0 5B 38 0 35 19 7B 2E 36
Octal 125 300 133 70 0 65 31 173 56 66
Binary 1010101 11000000 1011011 111000 0 110101 11001 1111011 101110 110110

Color Harmonies of #55C05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C05B

Black with #55C05B

Text Example


Text Example

White with #55C05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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