Html Css Color HEX #4AFD16 Harlequin

📋 copy color: '#4AFD16'

red 74 ◦ green 253 ◦ blue 22

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

Shades of Harlequin #4AFD16

Tints of Harlequin #4AFD16

RGB

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

 GREEN value IS 253 (99.22% from 255) = 72.49%

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

R = 21.2%
G = 72.49%
B = 6.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#4AFD16 (or 0x4AFD16) is known color: Harlequin. HEX triplet: 4A, FD and 16. RGB value is (74,253,22). Sum of RGB (Red+Green+Blue) = 74+253+22=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 253 (99.22% from 255 or 72.49% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFD16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFD16 is #B502E9. Grayscale: #ADADAD. Windows color (decimal): -11862762 or 1506634. OLE color: 1506634.

HSL color Cylindrical-coordinate representation of color #4AFD16: hue angle of 106.49º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AFD16 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 253 22 -
CMYK 0.71 0 0.91 0.01
HSL 106.49º 0.98% 0.54% -
HSV(B) 106.49º 0.91% 0.99% -
XYZ 38.09 71.76 12.6 -
YUV 173.15 42.7 57.28 -
System Red Green Blue C M Y K H S L
Decimal 74 253 22 0.71 0 0.91 0.01 106.49 0.98 0.54
Hex 4A FD 16 47 0 5B 1 6A 62 36
Octal 112 375 26 107 0 133 1 152 142 66
Binary 1001010 11111101 10110 1000111 0 1011011 1 1101010 1100010 110110

Color Harmonies of #4AFD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFD16

Black with #4AFD16

Text Example


Text Example

White with #4AFD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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