Html Css Color HEX #4AEF16 Harlequin

📋 copy color: '#4AEF16'

red 74 ◦ green 239 ◦ blue 22

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

Shades of Harlequin #4AEF16

Tints of Harlequin #4AEF16

RGB

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

 GREEN value IS 239 (93.75% from 255) = 71.34%

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

R = 22.09%
G = 71.34%
B = 6.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#4AEF16 (or 0x4AEF16) is known color: Harlequin. HEX triplet: 4A, EF and 16. RGB value is (74,239,22). Sum of RGB (Red+Green+Blue) = 74+239+22=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 239 (93.75% from 255 or 71.34% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 239 - color contains mainly: green. Hex color #4AEF16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AEF16 is #B510E9. Grayscale: #A5A5A5. Windows color (decimal): -11866346 or 1503050. OLE color: 1503050.

HSL color Cylindrical-coordinate representation of color #4AEF16: hue angle of 105.62º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AEF16 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 239 22 -
CMYK 0.69 0 0.91 0.06
HSL 105.62º 0.87% 0.51% -
HSV(B) 105.62º 0.91% 0.94% -
XYZ 33.84 63.25 11.18 -
YUV 164.93 47.34 63.14 -
System Red Green Blue C M Y K H S L
Decimal 74 239 22 0.69 0 0.91 0.06 105.62 0.87 0.51
Hex 4A EF 16 45 0 5B 6 6A 57 33
Octal 112 357 26 105 0 133 6 152 127 63
Binary 1001010 11101111 10110 1000101 0 1011011 110 1101010 1010111 110011

Color Harmonies of #4AEF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEF16

Black with #4AEF16

Text Example


Text Example

White with #4AEF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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