Html Css Color HEX #55CC7F Emerald

📋 copy color: '#55CC7F'

red 85 ◦ green 204 ◦ blue 127

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

Shades of Emerald #55CC7F

Tints of Emerald #55CC7F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.04%

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

R = 20.43%
G = 49.04%
B = 30.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#55CC7F (or 0x55CC7F) is known color: Emerald. HEX triplet: 55, CC and 7F. RGB value is (85,204,127). Sum of RGB (Red+Green+Blue) = 85+204+127=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CC7F is #AA3380. Grayscale: #9F9F9F. Windows color (decimal): -11154305 or 8375381. OLE color: 8375381.

HSL color Cylindrical-coordinate representation of color #55CC7F: hue angle of 141.18º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CC7F is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 204 127 -
CMYK 0.58 0 0.38 0.2
HSL 141.18º 0.54% 0.57% -
HSV(B) 141.18º 0.58% 0.8% -
XYZ 29.17 46.65 27.55 -
YUV 159.64 109.58 74.76 -
System Red Green Blue C M Y K H S L
Decimal 85 204 127 0.58 0 0.38 0.2 141.18 0.54 0.57
Hex 55 CC 7F 3A 0 26 14 8D 36 39
Octal 125 314 177 72 0 46 24 215 66 71
Binary 1010101 11001100 1111111 111010 0 100110 10100 10001101 110110 111001

Color Harmonies of #55CC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CC7F

Black with #55CC7F

Text Example


Text Example

White with #55CC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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