Html Css Color HEX #44E400 Harlequin

📋 copy color: '#44E400'

red 68 ◦ green 228 ◦ blue 0

#44E400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #44E400

Tints of Harlequin #44E400

RGB

 RED value IS 68 (26.95% from 255) = 22.97%

 GREEN value IS 228 (89.45% from 255) = 77.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 22.97%
G = 77.03%
B = 0%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#44E400 (or 0x44E400) is known color: Harlequin. HEX triplet: 44, E4 and 00. RGB value is (68,228,0). Sum of RGB (Red+Green+Blue) = 68+228+0=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 228 (89.45% from 255 or 77.03% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 228 - color contains mainly: green. Hex color #44E400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44E400 is #BB1BFF. Grayscale: #9A9A9A. Windows color (decimal): -12262400 or 58436. OLE color: 58436.

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

Color convert

RGB 68 228 0 -
CMYK 0.70 0 1 0.11
HSL 102.11º 1% 0.45% -
HSV(B) 102.11º 1% 0.89% -
XYZ 30.13 56.72 9.36 -
YUV 154.17 40.99 66.54 -
System Red Green Blue C M Y K H S L
Decimal 68 228 0 0.70 0 1 0.11 102.11 1 0.45
Hex 44 E4 0 46 0 64 B 66 64 2D
Octal 104 344 0 106 0 144 13 146 144 55
Binary 1000100 11100100 0 1000110 0 1100100 1011 1100110 1100100 101101

Color Harmonies of #44E400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44E400

Black with #44E400

Text Example


Text Example

White with #44E400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,228,0); }

 H1.HeaderClassName
 {
   color: #44E400;
 }
 .AnyTagClassName
 {
   color: #44E400;
 }
</style>

background-color css

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

 a { background-color: rgb(68,228,0); }

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

border-color css

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

 span { border-color: rgb(68,228,0); }

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