Html Css Color HEX #4AE505 Harlequin

📋 copy color: '#4AE505'

red 74 ◦ green 229 ◦ blue 5

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

Shades of Harlequin #4AE505

Tints of Harlequin #4AE505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 24.03%
G = 74.35%
B = 1.62%

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

#4AE505 (or 0x4AE505) is known color: Harlequin. HEX triplet: 4A, E5 and 05. RGB value is (74,229,5). Sum of RGB (Red+Green+Blue) = 74+229+5=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 229 (89.84% from 255 or 74.35% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE505 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE505 is #B51AFA. Grayscale: #9D9D9D. Windows color (decimal): -11868923 or 386378. OLE color: 386378.

HSL color Cylindrical-coordinate representation of color #4AE505: hue angle of 101.52º degrees, saturation: 0.96, 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 #4AE505 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 74 229 5 -
CMYK 0.68 0 0.98 0.10
HSL 101.52º 0.96% 0.46% -
HSV(B) 101.52º 0.98% 0.9% -
XYZ 30.87 57.51 9.62 -
YUV 157.12 42.15 68.71 -
System Red Green Blue C M Y K H S L
Decimal 74 229 5 0.68 0 0.98 0.10 101.52 0.96 0.46
Hex 4A E5 5 44 0 62 A 66 60 2E
Octal 112 345 5 104 0 142 12 146 140 56
Binary 1001010 11100101 101 1000100 0 1100010 1010 1100110 1100000 101110

Color Harmonies of #4AE505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE505

Black with #4AE505

Text Example


Text Example

White with #4AE505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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