Html Css Color HEX #55D463 Emerald

📋 copy color: '#55D463'

red 85 ◦ green 212 ◦ blue 99

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

Shades of Emerald #55D463

Tints of Emerald #55D463

RGB

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

 GREEN value IS 212 (83.2% from 255) = 53.54%

 BLUE value IS 99 (39.06% from 255) = 25%

R = 21.46%
G = 53.54%
B = 25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#55D463 (or 0x55D463) is known color: Emerald. HEX triplet: 55, D4 and 63. RGB value is (85,212,99). Sum of RGB (Red+Green+Blue) = 85+212+99=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 212 (83.20% from 255 or 53.54% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 212 - color contains mainly: green. Hex color #55D463 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D463 is #AA2B9C. Grayscale: #A1A1A1. Windows color (decimal): -11152285 or 6542421. OLE color: 6542421.

HSL color Cylindrical-coordinate representation of color #55D463: hue angle of 126.61º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D463 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 85 212 99 -
CMYK 0.60 0 0.53 0.17
HSL 126.61º 0.6% 0.58% -
HSV(B) 126.61º 0.6% 0.83% -
XYZ 29.54 49.92 19.88 -
YUV 161.15 92.92 73.69 -
System Red Green Blue C M Y K H S L
Decimal 85 212 99 0.60 0 0.53 0.17 126.61 0.6 0.58
Hex 55 D4 63 3C 0 35 11 7F 3C 3A
Octal 125 324 143 74 0 65 21 177 74 72
Binary 1010101 11010100 1100011 111100 0 110101 10001 1111111 111100 111010

Color Harmonies of #55D463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D463

Black with #55D463

Text Example


Text Example

White with #55D463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,212,99); }

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

background-color css

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

 a { background-color: rgb(85,212,99); }

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

border-color css

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

 span { border-color: rgb(85,212,99); }

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