Html Css Color HEX #44F814 Harlequin

📋 copy color: '#44F814'

red 68 ◦ green 248 ◦ blue 20

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

Shades of Harlequin #44F814

Tints of Harlequin #44F814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.95%

R = 20.24%
G = 73.81%
B = 5.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#44F814 (or 0x44F814) is known color: Harlequin. HEX triplet: 44, F8 and 14. RGB value is (68,248,20). Sum of RGB (Red+Green+Blue) = 68+248+20=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 248 (97.27% from 255 or 73.81% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 248 - color contains mainly: green. Hex color #44F814 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44F814 is #BB07EB. Grayscale: #A8A8A8. Windows color (decimal): -12257260 or 1374276. OLE color: 1374276.

HSL color Cylindrical-coordinate representation of color #44F814: hue angle of 107.37º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #44F814 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 68 248 20 -
CMYK 0.73 0 0.92 0.03
HSL 107.37º 0.94% 0.53% -
HSV(B) 107.37º 0.92% 0.97% -
XYZ 36.08 68.41 11.97 -
YUV 168.19 44.37 56.54 -
System Red Green Blue C M Y K H S L
Decimal 68 248 20 0.73 0 0.92 0.03 107.37 0.94 0.53
Hex 44 F8 14 49 0 5C 3 6B 5E 35
Octal 104 370 24 111 0 134 3 153 136 65
Binary 1000100 11111000 10100 1001001 0 1011100 11 1101011 1011110 110101

Color Harmonies of #44F814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44F814

Black with #44F814

Text Example


Text Example

White with #44F814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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