#45CC62

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

Shades of Emerald #45CC62

Tints of Emerald #45CC62

Color information

#45CC62 (or 0x45CC62) is unknown color: approx Emerald. HEX triplet: 45, CC and 62. RGB value is (69,204,98). Sum of RGB (Red+Green+Blue) = 69+204+98=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CC62 is #BA339D. Grayscale: #979797. Windows color (decimal): -12202910 or 6474821. OLE color: 6474821.

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

Color convert

RGB6920498-
CMYK0.6600.520.2
HSL132.89º56.96%53.53%-
HSV(B)132.89º66.18%80%-
XYZ26.2545.3318.92-
YUV151.5597.7769.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.60%
GREEN value IS 204 (80.08% from 255) = 54.99%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=18.60%
G=54.99%
B=26.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal69204980.6600.520.2132.8956.9653.53
Hex45CC624203414853936
Octal105314142102064242057166
Binary1000101110011001100010100001001101001010010000101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45CC62; }

 p { color: rgb(69,204,98); }

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

<style>
 a { background-color: #45CC62; }

 a { background-color: rgb(69,204,98); }

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

<style>
 span { border-color: #45CC62; }

 span { border-color: rgb(69,204,98); }

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