Html Css Color HEX #4AEA04 Harlequin

📋 copy color: '#4AEA04'

red 74 ◦ green 234 ◦ blue 4

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

Shades of Harlequin #4AEA04

Tints of Harlequin #4AEA04

RGB

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

 GREEN value IS 234 (91.8% from 255) = 75%

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

R = 23.72%
G = 75%
B = 1.28%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#4AEA04 (or 0x4AEA04) is known color: Harlequin. HEX triplet: 4A, EA and 04. RGB value is (74,234,4). Sum of RGB (Red+Green+Blue) = 74+234+4=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 234 (91.80% from 255 or 75% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEA04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AEA04 is #B515FB. Grayscale: #A0A0A0. Windows color (decimal): -11867644 or 322122. OLE color: 322122.

HSL color Cylindrical-coordinate representation of color #4AEA04: hue angle of 101.74º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4AEA04 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 234 4 -
CMYK 0.68 0 0.98 0.08
HSL 101.74º 0.97% 0.47% -
HSV(B) 101.74º 0.98% 0.92% -
XYZ 32.27 60.31 10.06 -
YUV 159.94 39.99 66.7 -
System Red Green Blue C M Y K H S L
Decimal 74 234 4 0.68 0 0.98 0.08 101.74 0.97 0.47
Hex 4A EA 4 44 0 62 8 66 61 2F
Octal 112 352 4 104 0 142 10 146 141 57
Binary 1001010 11101010 100 1000100 0 1100010 1000 1100110 1100001 101111

Color Harmonies of #4AEA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEA04

Black with #4AEA04

Text Example


Text Example

White with #4AEA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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