#65CA82

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

Shades of Emerald #65CA82

Tints of Emerald #65CA82

Color information

#65CA82 (or 0x65CA82) is unknown color: approx Emerald. HEX triplet: 65, CA and 82. RGB value is (101,202,130). Sum of RGB (Red+Green+Blue) = 101+202+130=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CA82 is #9A357D. Grayscale: #A3A3A3. Windows color (decimal): -10106238 or 8571493. OLE color: 8571493.

HSL color Cylindrical-coordinate representation of color #65CA82: hue angle of 137.23º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CA82 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB101202130-
CMYK0.5000.360.21
HSL137.23º48.79%59.41%-
HSV(B)137.23º50%79.22%-
XYZ30.5246.6228.51-
YUV163.59109.0483.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.33%
GREEN value IS 202 (79.30% from 255) = 46.65%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=23.33%
G=46.65%
B=30.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1012021300.5000.360.21137.2348.7959.41
Hex65CA82320241589313b
Octal14531220262044252116173
Binary1100101110010101000001011001001001001010110001001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,202,130); }

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

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

 a { background-color: rgb(101,202,130); }

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

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

 span { border-color: rgb(101,202,130); }

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