#51cf5f

Color #51CF5F Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #51CF5F

Tints of Emerald #51CF5F

Color information

#51CF5F (or 0x51CF5F) is unknown color: approx Emerald. HEX triplet: 51, CF and 5F. RGB value is (81,207,95). Sum of RGB (Red+Green+Blue) = 81+207+95=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #51CF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51CF5F is #AE30A0. Grayscale: #9C9C9C. Windows color (decimal): -11415713 or 6278993. OLE color: 6278993.

HSL color Cylindrical-coordinate representation of color #51CF5F: hue angle of 126.67º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CF5F is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB8120795-
CMYK0.6100.540.19
HSL126.67º56.76%56.47%-
HSV(B)126.67º60.87%81.18%-
XYZ27.7747.218.47-
YUV156.5693.2674.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.15%
GREEN value IS 207 (81.25% from 255) = 54.05%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=21.15%
G=54.05%
B=24.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal81207950.6100.540.19126.6756.7656.47
Hex51CF5F3D036137f3938
Octal12131713775066231777170
Binary10100011100111110111111111010110110100111111111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51cf5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51cf5f; }

 p { color: rgb(81,207,95); }

 H1.HeaderClassName
 {
   color: #51cf5f;
 }
 .AnyTagClassName
 {
   color: #51cf5f;
 }
</style>
background-color css

<style>
 a { background-color: #51cf5f; }

 a { background-color: rgb(81,207,95); }

 div.DivClassName
 {
   background-color: #51cf5f;
 }
 .BgClassName
 {
   background-color: #51cf5f;
 }
</style>
border-color css

<style>
 span { border-color: #51cf5f; }

 span { border-color: rgb(81,207,95); }

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