#65D07A

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

Shades of Emerald #65D07A

Tints of Emerald #65D07A

Color information

#65D07A (or 0x65D07A) is unknown color: approx Emerald. HEX triplet: 65, D0 and 7A. RGB value is (101,208,122). Sum of RGB (Red+Green+Blue) = 101+208+122=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #65D07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D07A is #9A2F85. Grayscale: #A6A6A6. Windows color (decimal): -10104710 or 8048741. OLE color: 8048741.

HSL color Cylindrical-coordinate representation of color #65D07A: hue angle of 131.78º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65D07A is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB101208122-
CMYK0.5100.410.18
HSL131.78º53.23%60.59%-
HSV(B)131.78º51.44%81.57%-
XYZ31.4449.2826.27-
YUV166.2103.0581.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.43%
GREEN value IS 208 (81.64% from 255) = 48.26%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=23.43%
G=48.26%
B=28.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1012081220.5100.410.18131.7853.2360.59
Hex65D07A330291284353d
Octal14532017263051222046575
Binary110010111010000111101011001101010011001010000100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,208,122); }

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

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

 a { background-color: rgb(101,208,122); }

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

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

 span { border-color: rgb(101,208,122); }

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