Html Css Color HEX #4AE50D Harlequin

📋 copy color: '#4AE50D'

red 74 ◦ green 229 ◦ blue 13

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

Shades of Harlequin #4AE50D

Tints of Harlequin #4AE50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.11%

R = 23.42%
G = 72.47%
B = 4.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#4AE50D (or 0x4AE50D) is known color: Harlequin. HEX triplet: 4A, E5 and 0D. RGB value is (74,229,13). Sum of RGB (Red+Green+Blue) = 74+229+13=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 229 (89.84% from 255 or 72.47% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE50D is #B51AF2. Grayscale: #9E9E9E. Windows color (decimal): -11868915 or 910666. OLE color: 910666.

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

Color convert

RGB 74 229 13 -
CMYK 0.68 0 0.94 0.10
HSL 103.06º 0.89% 0.47% -
HSV(B) 103.06º 0.94% 0.9% -
XYZ 30.92 57.52 9.85 -
YUV 158.03 46.15 68.06 -
System Red Green Blue C M Y K H S L
Decimal 74 229 13 0.68 0 0.94 0.10 103.06 0.89 0.47
Hex 4A E5 D 44 0 5E A 67 59 2F
Octal 112 345 15 104 0 136 12 147 131 57
Binary 1001010 11100101 1101 1000100 0 1011110 1010 1100111 1011001 101111

Color Harmonies of #4AE50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE50D

Black with #4AE50D

Text Example


Text Example

White with #4AE50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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