Html Css Color HEX #4AE71D Harlequin

📋 copy color: '#4AE71D'

red 74 ◦ green 231 ◦ blue 29

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

Shades of Harlequin #4AE71D

Tints of Harlequin #4AE71D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 69.16%

 BLUE value IS 29 (11.72% from 255) = 8.68%

R = 22.16%
G = 69.16%
B = 8.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#4AE71D (or 0x4AE71D) is known color: Harlequin. HEX triplet: 4A, E7 and 1D. RGB value is (74,231,29). Sum of RGB (Red+Green+Blue) = 74+231+29=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 231 (90.62% from 255 or 69.16% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 231 - color contains mainly: green. Hex color #4AE71D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE71D is #B518E2. Grayscale: #A1A1A1. Windows color (decimal): -11868387 or 1959754. OLE color: 1959754.

HSL color Cylindrical-coordinate representation of color #4AE71D: hue angle of 106.63º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4AE71D is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 74 231 29 -
CMYK 0.68 0 0.87 0.09
HSL 106.63º 0.81% 0.51% -
HSV(B) 106.63º 0.87% 0.91% -
XYZ 31.62 58.7 10.83 -
YUV 161.03 53.49 65.93 -
System Red Green Blue C M Y K H S L
Decimal 74 231 29 0.68 0 0.87 0.09 106.63 0.81 0.51
Hex 4A E7 1D 44 0 57 9 6B 51 33
Octal 112 347 35 104 0 127 11 153 121 63
Binary 1001010 11100111 11101 1000100 0 1010111 1001 1101011 1010001 110011

Color Harmonies of #4AE71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE71D

Black with #4AE71D

Text Example


Text Example

White with #4AE71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,231,29); }

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

background-color css

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

 a { background-color: rgb(74,231,29); }

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

border-color css

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

 span { border-color: rgb(74,231,29); }

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