Html Css Color HEX #55C06F Emerald

📋 copy color: '#55C06F'

red 85 ◦ green 192 ◦ blue 111

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

Shades of Emerald #55C06F

Tints of Emerald #55C06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.61%

R = 21.91%
G = 49.48%
B = 28.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#55C06F (or 0x55C06F) is known color: Emerald. HEX triplet: 55, C0 and 6F. RGB value is (85,192,111). Sum of RGB (Red+Green+Blue) = 85+192+111=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #55C06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C06F is #AA3F90. Grayscale: #969696. Windows color (decimal): -11157393 or 7323733. OLE color: 7323733.

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

Color convert

RGB 85 192 111 -
CMYK 0.56 0 0.42 0.25
HSL 134.58º 0.46% 0.54% -
HSV(B) 134.58º 0.56% 0.75% -
XYZ 25.47 40.78 21.57 -
YUV 150.77 105.55 81.09 -
System Red Green Blue C M Y K H S L
Decimal 85 192 111 0.56 0 0.42 0.25 134.58 0.46 0.54
Hex 55 C0 6F 38 0 2A 19 87 2E 36
Octal 125 300 157 70 0 52 31 207 56 66
Binary 1010101 11000000 1101111 111000 0 101010 11001 10000111 101110 110110

Color Harmonies of #55C06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C06F

Black with #55C06F

Text Example


Text Example

White with #55C06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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