#65C47D

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

Shades of Emerald #65C47D

Tints of Emerald #65C47D

Color information

#65C47D (or 0x65C47D) is unknown color: approx Emerald. HEX triplet: 65, C4 and 7D. RGB value is (101,196,125). Sum of RGB (Red+Green+Blue) = 101+196+125=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #65C47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C47D is #9A3B82. Grayscale: #9F9F9F. Windows color (decimal): -10107779 or 8242277. OLE color: 8242277.

HSL color Cylindrical-coordinate representation of color #65C47D: hue angle of 135.16º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C47D is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB101196125-
CMYK0.4800.360.23
HSL135.16º44.6%58.24%-
HSV(B)135.16º48.47%76.86%-
XYZ28.8143.7326.32-
YUV159.5108.5386.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.93%
GREEN value IS 196 (76.95% from 255) = 46.45%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=23.93%
G=46.45%
B=29.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1011961250.4800.360.23135.1644.658.24
Hex65C47D3002417872d3a
Octal14530417560044272075572
Binary110010111000100111110111000001001001011110000111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65C47D; }

 p { color: rgb(101,196,125); }

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

<style>
 a { background-color: #65C47D; }

 a { background-color: rgb(101,196,125); }

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

<style>
 span { border-color: #65C47D; }

 span { border-color: rgb(101,196,125); }

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