Html Css Color HEX #55CB61 Fern

📋 copy color: '#55CB61'

red 85 ◦ green 203 ◦ blue 97

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

Shades of Fern #55CB61

Tints of Fern #55CB61

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.73%

 BLUE value IS 97 (38.28% from 255) = 25.19%

R = 22.08%
G = 52.73%
B = 25.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#55CB61 (or 0x55CB61) is known color: Fern. HEX triplet: 55, CB and 61. RGB value is (85,203,97). Sum of RGB (Red+Green+Blue) = 85+203+97=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB61 is #AA349E. Grayscale: #9B9B9B. Windows color (decimal): -11154591 or 6409045. OLE color: 6409045.

HSL color Cylindrical-coordinate representation of color #55CB61: hue angle of 126.1º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB61 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 203 97 -
CMYK 0.58 0 0.52 0.20
HSL 126.1º 0.53% 0.56% -
HSV(B) 126.1º 0.58% 0.8% -
XYZ 27.26 45.51 18.66 -
YUV 155.63 94.91 77.62 -
System Red Green Blue C M Y K H S L
Decimal 85 203 97 0.58 0 0.52 0.20 126.1 0.53 0.56
Hex 55 CB 61 3A 0 34 14 7E 35 38
Octal 125 313 141 72 0 64 24 176 65 70
Binary 1010101 11001011 1100001 111010 0 110100 10100 1111110 110101 111000

Color Harmonies of #55CB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CB61

Black with #55CB61

Text Example


Text Example

White with #55CB61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,203,97); }

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

background-color css

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

 a { background-color: rgb(85,203,97); }

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

border-color css

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

 span { border-color: rgb(85,203,97); }

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