Html Css Color HEX #4AE507 Harlequin

📋 copy color: '#4AE507'

red 74 ◦ green 229 ◦ blue 7

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

Shades of Harlequin #4AE507

Tints of Harlequin #4AE507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.26%

R = 23.87%
G = 73.87%
B = 2.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#4AE507 (or 0x4AE507) is known color: Harlequin. HEX triplet: 4A, E5 and 07. RGB value is (74,229,7). Sum of RGB (Red+Green+Blue) = 74+229+7=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 229 (89.84% from 255 or 73.87% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE507 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE507 is #B51AF8. Grayscale: #9E9E9E. Windows color (decimal): -11868921 or 517450. OLE color: 517450.

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

Color convert

RGB 74 229 7 -
CMYK 0.68 0 0.97 0.10
HSL 101.89º 0.94% 0.46% -
HSV(B) 101.89º 0.97% 0.9% -
XYZ 30.88 57.51 9.67 -
YUV 157.35 43.15 68.55 -
System Red Green Blue C M Y K H S L
Decimal 74 229 7 0.68 0 0.97 0.10 101.89 0.94 0.46
Hex 4A E5 7 44 0 61 A 66 5E 2E
Octal 112 345 7 104 0 141 12 146 136 56
Binary 1001010 11100101 111 1000100 0 1100001 1010 1100110 1011110 101110

Color Harmonies of #4AE507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE507

Black with #4AE507

Text Example


Text Example

White with #4AE507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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