Html Css Color HEX #4AE714 Harlequin

📋 copy color: '#4AE714'

red 74 ◦ green 231 ◦ blue 20

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

Shades of Harlequin #4AE714

Tints of Harlequin #4AE714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.15%

R = 22.77%
G = 71.08%
B = 6.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#4AE714 (or 0x4AE714) is known color: Harlequin. HEX triplet: 4A, E7 and 14. RGB value is (74,231,20). Sum of RGB (Red+Green+Blue) = 74+231+20=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 231 (90.62% from 255 or 71.08% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 231 - color contains mainly: green. Hex color #4AE714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AE714 is #B518EB. Grayscale: #A0A0A0. Windows color (decimal): -11868396 or 1369930. OLE color: 1369930.

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

Color convert

RGB 74 231 20 -
CMYK 0.68 0 0.91 0.09
HSL 104.64º 0.84% 0.49% -
HSV(B) 104.64º 0.91% 0.91% -
XYZ 31.53 58.66 10.32 -
YUV 160 48.99 66.66 -
System Red Green Blue C M Y K H S L
Decimal 74 231 20 0.68 0 0.91 0.09 104.64 0.84 0.49
Hex 4A E7 14 44 0 5B 9 69 54 31
Octal 112 347 24 104 0 133 11 151 124 61
Binary 1001010 11100111 10100 1000100 0 1011011 1001 1101001 1010100 110001

Color Harmonies of #4AE714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE714

Black with #4AE714

Text Example


Text Example

White with #4AE714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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