#44E314

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

Shades of Harlequin #44E314

Tints of Harlequin #44E314

Color information

#44E314 (or 0x44E314) is unknown color: approx Harlequin. HEX triplet: 44, E3 and 14. RGB value is (68,227,20). Sum of RGB (Red+Green+Blue) = 68+227+20=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 227 (89.06% from 255 or 72.06% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 227 - color contains mainly: green. Hex color #44E314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44E314 is #BB1CEB. Grayscale: #9C9C9C. Windows color (decimal): -12262636 or 1368900. OLE color: 1368900.

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

Color convert

RGB6822720-
CMYK0.7000.910.11
HSL106.09º83.81%48.43%-
HSV(B)106.09º91.19%89.02%-
XYZ29.9856.229.93-
YUV155.8651.3265.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.59%
GREEN value IS 227 (89.06% from 255) = 72.06%
BLUE value IS 20 (8.20% from 255) = 6.35%
R=21.59%
G=72.06%
B=6.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal68227200.7000.910.11106.0983.8148.43
Hex44E3144605BB6a5430
Octal1043432410601331315212460
Binary10001001110001110100100011001011011101111010101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,227,20); }

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

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

 a { background-color: rgb(68,227,20); }

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

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

 span { border-color: rgb(68,227,20); }

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