Html Css Color HEX #55D968 Emerald

📋 copy color: '#55D968'

red 85 ◦ green 217 ◦ blue 104

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

Shades of Emerald #55D968

Tints of Emerald #55D968

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.45%

 BLUE value IS 104 (41.02% from 255) = 25.62%

R = 20.94%
G = 53.45%
B = 25.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#55D968 (or 0x55D968) is known color: Emerald. HEX triplet: 55, D9 and 68. RGB value is (85,217,104). Sum of RGB (Red+Green+Blue) = 85+217+104=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #55D968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D968 is #AA2697. Grayscale: #A4A4A4. Windows color (decimal): -11151000 or 6871381. OLE color: 6871381.

HSL color Cylindrical-coordinate representation of color #55D968: hue angle of 128.64º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D968 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 217 104 -
CMYK 0.61 0 0.52 0.15
HSL 128.64º 0.63% 0.59% -
HSV(B) 128.64º 0.61% 0.85% -
XYZ 31.06 52.56 21.6 -
YUV 164.65 93.77 71.19 -
System Red Green Blue C M Y K H S L
Decimal 85 217 104 0.61 0 0.52 0.15 128.64 0.63 0.59
Hex 55 D9 68 3D 0 34 F 81 3F 3B
Octal 125 331 150 75 0 64 17 201 77 73
Binary 1010101 11011001 1101000 111101 0 110100 1111 10000001 111111 111011

Color Harmonies of #55D968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D968

Black with #55D968

Text Example


Text Example

White with #55D968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,217,104); }

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

background-color css

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

 a { background-color: rgb(85,217,104); }

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

border-color css

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

 span { border-color: rgb(85,217,104); }

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