Html Css Color HEX #44F127 Harlequin

📋 copy color: '#44F127'

red 68 ◦ green 241 ◦ blue 39

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

Shades of Harlequin #44F127

Tints of Harlequin #44F127

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.25%

 BLUE value IS 39 (15.63% from 255) = 11.21%

R = 19.54%
G = 69.25%
B = 11.21%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#44F127 (or 0x44F127) is known color: Harlequin. HEX triplet: 44, F1 and 27. RGB value is (68,241,39). Sum of RGB (Red+Green+Blue) = 68+241+39=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #44F127 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44F127 is #BB0ED8. Grayscale: #A6A6A6. Windows color (decimal): -12259033 or 2617668. OLE color: 2617668.

HSL color Cylindrical-coordinate representation of color #44F127: hue angle of 111.39º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44F127 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 68 241 39 -
CMYK 0.72 0 0.84 0.05
HSL 111.39º 0.88% 0.55% -
HSV(B) 111.39º 0.84% 0.95% -
XYZ 34.21 64.29 12.53 -
YUV 166.25 56.19 57.93 -
System Red Green Blue C M Y K H S L
Decimal 68 241 39 0.72 0 0.84 0.05 111.39 0.88 0.55
Hex 44 F1 27 48 0 54 5 6F 58 37
Octal 104 361 47 110 0 124 5 157 130 67
Binary 1000100 11110001 100111 1001000 0 1010100 101 1101111 1011000 110111

Color Harmonies of #44F127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44F127

Black with #44F127

Text Example


Text Example

White with #44F127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,241,39); }

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

background-color css

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

 a { background-color: rgb(68,241,39); }

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

border-color css

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

 span { border-color: rgb(68,241,39); }

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