Html Css Color HEX #4AEC15 Harlequin

📋 copy color: '#4AEC15'

red 74 ◦ green 236 ◦ blue 21

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

Shades of Harlequin #4AEC15

Tints of Harlequin #4AEC15

RGB

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

 GREEN value IS 236 (92.58% from 255) = 71.3%

 BLUE value IS 21 (8.59% from 255) = 6.34%

R = 22.36%
G = 71.3%
B = 6.34%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#4AEC15 (or 0x4AEC15) is known color: Harlequin. HEX triplet: 4A, EC and 15. RGB value is (74,236,21). Sum of RGB (Red+Green+Blue) = 74+236+21=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 236 (92.58% from 255 or 71.30% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AEC15 is #B513EA. Grayscale: #A3A3A3. Windows color (decimal): -11867115 or 1436746. OLE color: 1436746.

HSL color Cylindrical-coordinate representation of color #4AEC15: hue angle of 105.21º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AEC15 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 236 21 -
CMYK 0.69 0 0.91 0.07
HSL 105.21º 0.85% 0.5% -
HSV(B) 105.21º 0.91% 0.93% -
XYZ 32.95 61.5 10.84 -
YUV 163.05 47.83 64.48 -
System Red Green Blue C M Y K H S L
Decimal 74 236 21 0.69 0 0.91 0.07 105.21 0.85 0.5
Hex 4A EC 15 45 0 5B 7 69 55 32
Octal 112 354 25 105 0 133 7 151 125 62
Binary 1001010 11101100 10101 1000101 0 1011011 111 1101001 1010101 110010

Color Harmonies of #4AEC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEC15

Black with #4AEC15

Text Example


Text Example

White with #4AEC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,236,21); }

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

background-color css

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

 a { background-color: rgb(74,236,21); }

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

border-color css

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

 span { border-color: rgb(74,236,21); }

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