#45ED18

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

Shades of Harlequin #45ED18

Tints of Harlequin #45ED18

Color information

#45ED18 (or 0x45ED18) is unknown color: approx Harlequin. HEX triplet: 45, ED and 18. RGB value is (69,237,24). Sum of RGB (Red+Green+Blue) = 69+237+24=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 237 (92.97% from 255 or 71.82% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 237 - color contains mainly: green. Hex color #45ED18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #45ED18 is #BA12E7. Grayscale: #A3A3A3. Windows color (decimal): -12194536 or 1633605. OLE color: 1633605.

HSL color Cylindrical-coordinate representation of color #45ED18: hue angle of 107.32º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45ED18 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB6923724-
CMYK0.7100.900.07
HSL107.32º85.54%51.18%-
HSV(B)107.32º89.87%92.94%-
XYZ32.961.911.08-
YUV162.4949.8461.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 237 (92.97% from 255) = 71.82%
BLUE value IS 24 (9.77% from 255) = 7.27%
R=20.91%
G=71.82%
B=7.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal69237240.7100.900.07107.3285.5451.18
Hex45ED184705A76b5633
Octal105355301070132715312663
Binary1000101111011011100010001110101101011111010111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45ED18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,237,24); }

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

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

 a { background-color: rgb(69,237,24); }

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

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

 span { border-color: rgb(69,237,24); }

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