Html Css Color HEX #4AFE04 Harlequin

📋 copy color: '#4AFE04'

red 74 ◦ green 254 ◦ blue 4

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

Shades of Harlequin #4AFE04

Tints of Harlequin #4AFE04

RGB

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

 GREEN value IS 254 (99.61% from 255) = 76.51%

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 22.29%
G = 76.51%
B = 1.2%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#4AFE04 (or 0x4AFE04) is known color: Harlequin. HEX triplet: 4A, FE and 04. RGB value is (74,254,4). Sum of RGB (Red+Green+Blue) = 74+254+4=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 254 (99.61% from 255 or 76.51% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFE04 is #B501FB. Grayscale: #ACACAC. Windows color (decimal): -11862524 or 327242. OLE color: 327242.

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

Color convert

RGB 74 254 4 -
CMYK 0.71 0 0.98 0.00
HSL 103.2º 0.99% 0.51% -
HSV(B) 103.2º 0.98% 1% -
XYZ 38.29 72.35 12.06 -
YUV 171.68 33.37 58.33 -
System Red Green Blue C M Y K H S L
Decimal 74 254 4 0.71 0 0.98 0.00 103.2 0.99 0.51
Hex 4A FE 4 47 0 62 0 67 63 33
Octal 112 376 4 107 0 142 0 147 143 63
Binary 1001010 11111110 100 1000111 0 1100010 0 1100111 1100011 110011

Color Harmonies of #4AFE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFE04

Black with #4AFE04

Text Example


Text Example

White with #4AFE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,254,4); }

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

background-color css

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

 a { background-color: rgb(74,254,4); }

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

border-color css

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

 span { border-color: rgb(74,254,4); }

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