#45e015

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

Shades of Harlequin #45E015

Tints of Harlequin #45E015

Color information

#45E015 (or 0x45E015) is unknown color: approx Harlequin. HEX triplet: 45, E0 and 15. RGB value is (69,224,21). Sum of RGB (Red+Green+Blue) = 69+224+21=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 224 (87.89% from 255 or 71.34% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 224 - color contains mainly: green. Hex color #45E015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45E015 is #BA1FEA. Grayscale: #9B9B9B. Windows color (decimal): -12197867 or 1433669. OLE color: 1433669.

HSL color Cylindrical-coordinate representation of color #45E015: hue angle of 105.81º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #45E015 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB6922421-
CMYK0.6900.910.12
HSL105.81º82.86%48.04%-
HSV(B)105.81º90.62%87.84%-
XYZ29.2554.639.71-
YUV154.5152.6567.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 224 (87.89% from 255) = 71.34%
BLUE value IS 21 (8.59% from 255) = 6.69%
R=21.97%
G=71.34%
B=6.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal69224210.6900.910.12105.8182.8648.04
Hex45E0154505BC6a5330
Octal1053402510501331415212360
Binary10001011110000010101100010101011011110011010101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45e015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,224,21); }

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

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

 a { background-color: rgb(69,224,21); }

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

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

 span { border-color: rgb(69,224,21); }

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