Html Css Color HEX #55CA7F Emerald

📋 copy color: '#55CA7F'

red 85 ◦ green 202 ◦ blue 127

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

Shades of Emerald #55CA7F

Tints of Emerald #55CA7F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.79%

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

R = 20.53%
G = 48.79%
B = 30.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#55CA7F (or 0x55CA7F) is known color: Emerald. HEX triplet: 55, CA and 7F. RGB value is (85,202,127). Sum of RGB (Red+Green+Blue) = 85+202+127=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA7F is #AA3580. Grayscale: #9E9E9E. Windows color (decimal): -11154817 or 8374869. OLE color: 8374869.

HSL color Cylindrical-coordinate representation of color #55CA7F: hue angle of 141.54º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CA7F is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 202 127 -
CMYK 0.58 0 0.37 0.21
HSL 141.54º 0.52% 0.56% -
HSV(B) 141.54º 0.58% 0.79% -
XYZ 28.7 45.7 27.39 -
YUV 158.47 110.24 75.6 -
System Red Green Blue C M Y K H S L
Decimal 85 202 127 0.58 0 0.37 0.21 141.54 0.52 0.56
Hex 55 CA 7F 3A 0 25 15 8E 34 38
Octal 125 312 177 72 0 45 25 216 64 70
Binary 1010101 11001010 1111111 111010 0 100101 10101 10001110 110100 111000

Color Harmonies of #55CA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CA7F

Black with #55CA7F

Text Example


Text Example

White with #55CA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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