Html Css Color HEX #4AE504 Harlequin

📋 copy color: '#4AE504'

red 74 ◦ green 229 ◦ blue 4

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

Shades of Harlequin #4AE504

Tints of Harlequin #4AE504

RGB

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

 GREEN value IS 229 (89.84% from 255) = 74.59%

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

R = 24.1%
G = 74.59%
B = 1.3%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#4AE504 (or 0x4AE504) is known color: Harlequin. HEX triplet: 4A, E5 and 04. RGB value is (74,229,4). Sum of RGB (Red+Green+Blue) = 74+229+4=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 229 (89.84% from 255 or 74.59% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE504 is #B51AFB. Grayscale: #9D9D9D. Windows color (decimal): -11868924 or 320842. OLE color: 320842.

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

Color convert

RGB 74 229 4 -
CMYK 0.68 0 0.98 0.10
HSL 101.33º 0.97% 0.46% -
HSV(B) 101.33º 0.98% 0.9% -
XYZ 30.87 57.5 9.59 -
YUV 157.01 41.65 68.8 -
System Red Green Blue C M Y K H S L
Decimal 74 229 4 0.68 0 0.98 0.10 101.33 0.97 0.46
Hex 4A E5 4 44 0 62 A 65 61 2E
Octal 112 345 4 104 0 142 12 145 141 56
Binary 1001010 11100101 100 1000100 0 1100010 1010 1100101 1100001 101110

Color Harmonies of #4AE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE504

Black with #4AE504

Text Example


Text Example

White with #4AE504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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