Html Css Color HEX #44F801 Harlequin

📋 copy color: '#44F801'

red 68 ◦ green 248 ◦ blue 1

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

Shades of Harlequin #44F801

Tints of Harlequin #44F801

RGB

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

 GREEN value IS 248 (97.27% from 255) = 78.23%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 21.45%
G = 78.23%
B = 0.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#44F801 (or 0x44F801) is known color: Harlequin. HEX triplet: 44, F8 and 01. RGB value is (68,248,1). Sum of RGB (Red+Green+Blue) = 68+248+1=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 248 (97.27% from 255 or 78.23% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 248 - color contains mainly: green. Hex color #44F801 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44F801 is #BB07FE. Grayscale: #A6A6A6. Windows color (decimal): -12257279 or 129092. OLE color: 129092.

HSL color Cylindrical-coordinate representation of color #44F801: hue angle of 103.72º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44F801 is Cyan = 0.73, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 68 248 1 -
CMYK 0.73 0 1.00 0.03
HSL 103.72º 0.99% 0.49% -
HSV(B) 103.72º 1% 0.97% -
XYZ 35.96 68.37 11.33 -
YUV 166.02 34.87 58.08 -
System Red Green Blue C M Y K H S L
Decimal 68 248 1 0.73 0 1.00 0.03 103.72 0.99 0.49
Hex 44 F8 1 49 0 64 3 68 63 31
Octal 104 370 1 111 0 144 3 150 143 61
Binary 1000100 11111000 1 1001001 0 1100100 11 1101000 1100011 110001

Color Harmonies of #44F801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44F801

Black with #44F801

Text Example


Text Example

White with #44F801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,248,1); }

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

background-color css

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

 a { background-color: rgb(68,248,1); }

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

border-color css

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

 span { border-color: rgb(68,248,1); }

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