Html Css Color HEX #55F68C Emerald

📋 copy color: '#55F68C'

red 85 ◦ green 246 ◦ blue 140

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

Shades of Emerald #55F68C

Tints of Emerald #55F68C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.23%

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 18.05%
G = 52.23%
B = 29.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#55F68C (or 0x55F68C) is known color: Emerald. HEX triplet: 55, F6 and 8C. RGB value is (85,246,140). Sum of RGB (Red+Green+Blue) = 85+246+140=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 246 (96.48% from 255 or 52.23% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 246 - color contains mainly: green. Hex color #55F68C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F68C is #AA0973. Grayscale: #BABABA. Windows color (decimal): -11143540 or 9238101. OLE color: 9238101.

HSL color Cylindrical-coordinate representation of color #55F68C: hue angle of 140.5º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F68C is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 246 140 -
CMYK 0.65 0 0.43 0.04
HSL 140.5º 0.9% 0.65% -
HSV(B) 140.5º 0.65% 0.96% -
XYZ 41.44 69.74 36.09 -
YUV 185.78 102.16 56.12 -
System Red Green Blue C M Y K H S L
Decimal 85 246 140 0.65 0 0.43 0.04 140.5 0.9 0.65
Hex 55 F6 8C 41 0 2B 4 8C 5A 41
Octal 125 366 214 101 0 53 4 214 132 101
Binary 1010101 11110110 10001100 1000001 0 101011 100 10001100 1011010 1000001

Color Harmonies of #55F68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F68C

Black with #55F68C

Text Example


Text Example

White with #55F68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,246,140); }

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

background-color css

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

 a { background-color: rgb(85,246,140); }

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

border-color css

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

 span { border-color: rgb(85,246,140); }

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