#44E60E

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

Shades of Harlequin #44E60E

Tints of Harlequin #44E60E

Color information

#44E60E (or 0x44E60E) is unknown color: approx Harlequin. HEX triplet: 44, E6 and 0E. RGB value is (68,230,14). Sum of RGB (Red+Green+Blue) = 68+230+14=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 230 (90.23% from 255 or 73.72% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 230 - color contains mainly: green. Hex color #44E60E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44E60E is #BB19F1. Grayscale: #9D9D9D. Windows color (decimal): -12261874 or 976452. OLE color: 976452.

HSL color Cylindrical-coordinate representation of color #44E60E: hue angle of 105º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44E60E is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB6823014-
CMYK0.7000.940.10
HSL105º88.52%47.84%-
HSV(B)105º93.91%90.2%-
XYZ30.7657.859.96-
YUV156.9447.3364.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 230 (90.23% from 255) = 73.72%
BLUE value IS 14 (5.86% from 255) = 4.49%
R=21.79%
G=73.72%
B=4.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal68230140.7000.940.1010588.5247.84
Hex44E6E4605EA695930
Octal1043461610601361215113160
Binary1000100111001101110100011001011110101011010011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44E60E; }

 p { color: rgb(68,230,14); }

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

<style>
 a { background-color: #44E60E; }

 a { background-color: rgb(68,230,14); }

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

<style>
 span { border-color: #44E60E; }

 span { border-color: rgb(68,230,14); }

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