#45c25f

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

Shades of Emerald #45C25F

Tints of Emerald #45C25F

Color information

#45C25F (or 0x45C25F) is unknown color: approx Emerald. HEX triplet: 45, C2 and 5F. RGB value is (69,194,95). Sum of RGB (Red+Green+Blue) = 69+194+95=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #45C25F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C25F is #BA3DA0. Grayscale: #919191. Windows color (decimal): -12205473 or 6275653. OLE color: 6275653.

HSL color Cylindrical-coordinate representation of color #45C25F: hue angle of 132.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C25F is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB6919495-
CMYK0.6400.510.24
HSL132.48º50.61%51.57%-
HSV(B)132.48º64.43%76.08%-
XYZ23.8140.6817.42-
YUV145.3499.5973.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.27%
GREEN value IS 194 (76.17% from 255) = 54.19%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=19.27%
G=54.19%
B=26.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal69194950.6400.510.24132.4850.6151.57
Hex45C25F4003318843334
Octal105302137100063302046364
Binary1000101110000101011111100000001100111100010000100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45c25f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,194,95); }

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

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

 a { background-color: rgb(69,194,95); }

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

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

 span { border-color: rgb(69,194,95); }

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