Html Css Color HEX #4AF116 Harlequin

📋 copy color: '#4AF116'

red 74 ◦ green 241 ◦ blue 22

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

Shades of Harlequin #4AF116

Tints of Harlequin #4AF116

RGB

 RED value IS 74 (29.3% from 255) = 21.96%

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

 BLUE value IS 22 (8.98% from 255) = 6.53%

R = 21.96%
G = 71.51%
B = 6.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#4AF116 (or 0x4AF116) is known color: Harlequin. HEX triplet: 4A, F1 and 16. RGB value is (74,241,22). Sum of RGB (Red+Green+Blue) = 74+241+22=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 241 (94.53% from 255 or 71.51% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF116 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF116 is #B50EE9. Grayscale: #A6A6A6. Windows color (decimal): -11865834 or 1503562. OLE color: 1503562.

HSL color Cylindrical-coordinate representation of color #4AF116: hue angle of 105.75º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AF116 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 241 22 -
CMYK 0.69 0 0.91 0.05
HSL 105.75º 0.89% 0.52% -
HSV(B) 105.75º 0.91% 0.95% -
XYZ 34.42 64.42 11.38 -
YUV 166.1 46.67 62.31 -
System Red Green Blue C M Y K H S L
Decimal 74 241 22 0.69 0 0.91 0.05 105.75 0.89 0.52
Hex 4A F1 16 45 0 5B 5 6A 59 34
Octal 112 361 26 105 0 133 5 152 131 64
Binary 1001010 11110001 10110 1000101 0 1011011 101 1101010 1011001 110100

Color Harmonies of #4AF116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF116

Black with #4AF116

Text Example


Text Example

White with #4AF116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AF116; }

 p { color: rgb(74,241,22); }

 H1.HeaderClassName
 {
   color: #4AF116;
 }
 .AnyTagClassName
 {
   color: #4AF116;
 }
</style>

background-color css

<style>
 a { background-color: #4AF116; }

 a { background-color: rgb(74,241,22); }

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

border-color css

<style>
 span { border-color: #4AF116; }

 span { border-color: rgb(74,241,22); }

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