#45E61B

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

Shades of Harlequin #45E61B

Tints of Harlequin #45E61B

Color information

#45E61B (or 0x45E61B) is unknown color: approx Harlequin. HEX triplet: 45, E6 and 1B. RGB value is (69,230,27). Sum of RGB (Red+Green+Blue) = 69+230+27=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 230 (90.23% from 255 or 70.55% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 230 - color contains mainly: green. Hex color #45E61B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45E61B is #BA19E4. Grayscale: #9F9F9F. Windows color (decimal): -12196325 or 1828421. OLE color: 1828421.

HSL color Cylindrical-coordinate representation of color #45E61B: hue angle of 107.59º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45E61B is Cyan = 0.7, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB6923027-
CMYK0.700.880.10
HSL107.59º80.24%50.39%-
HSV(B)107.59º88.26%90.2%-
XYZ30.9557.9410.59-
YUV158.7253.6664.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.17%
GREEN value IS 230 (90.23% from 255) = 70.55%
BLUE value IS 27 (10.94% from 255) = 8.28%
R=21.17%
G=70.55%
B=8.28%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal69230270.700.880.10107.5980.2450.39
Hex45E61B46058A6c5032
Octal1053463310601301215412062
Binary10001011110011011011100011001011000101011011001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,230,27); }

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

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

 a { background-color: rgb(69,230,27); }

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

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

 span { border-color: rgb(69,230,27); }

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