Html Css Color HEX #55DA7F Emerald

📋 copy color: '#55DA7F'

red 85 ◦ green 218 ◦ blue 127

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

Shades of Emerald #55DA7F

Tints of Emerald #55DA7F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.7%

 BLUE value IS 127 (50% from 255) = 29.53%

R = 19.77%
G = 50.7%
B = 29.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#55DA7F (or 0x55DA7F) is known color: Emerald. HEX triplet: 55, DA and 7F. RGB value is (85,218,127). Sum of RGB (Red+Green+Blue) = 85+218+127=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DA7F is #AA2580. Grayscale: #A8A8A8. Windows color (decimal): -11150721 or 8378965. OLE color: 8378965.

HSL color Cylindrical-coordinate representation of color #55DA7F: hue angle of 138.95º degrees, saturation: 0.64, 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 #55DA7F is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 218 127 -
CMYK 0.61 0 0.42 0.15
HSL 138.95º 0.64% 0.59% -
HSV(B) 138.95º 0.61% 0.85% -
XYZ 32.65 53.61 28.7 -
YUV 167.86 104.94 68.9 -
System Red Green Blue C M Y K H S L
Decimal 85 218 127 0.61 0 0.42 0.15 138.95 0.64 0.59
Hex 55 DA 7F 3D 0 2A F 8B 40 3B
Octal 125 332 177 75 0 52 17 213 100 73
Binary 1010101 11011010 1111111 111101 0 101010 1111 10001011 1000000 111011

Color Harmonies of #55DA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DA7F

Black with #55DA7F

Text Example


Text Example

White with #55DA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,218,127); }

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

background-color css

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

 a { background-color: rgb(85,218,127); }

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

border-color css

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

 span { border-color: rgb(85,218,127); }

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