Html Css Color HEX #4AE705 Harlequin

📋 copy color: '#4AE705'

red 74 ◦ green 231 ◦ blue 5

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

Shades of Harlequin #4AE705

Tints of Harlequin #4AE705

RGB

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

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

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

R = 23.87%
G = 74.52%
B = 1.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#4AE705 (or 0x4AE705) is known color: Harlequin. HEX triplet: 4A, E7 and 05. RGB value is (74,231,5). Sum of RGB (Red+Green+Blue) = 74+231+5=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 231 (90.62% from 255 or 74.52% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 231 - color contains mainly: green. Hex color #4AE705 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AE705 is #B518FA. Grayscale: #9F9F9F. Windows color (decimal): -11868411 or 386890. OLE color: 386890.

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

Color convert

RGB 74 231 5 -
CMYK 0.68 0 0.98 0.09
HSL 101.68º 0.96% 0.46% -
HSV(B) 101.68º 0.98% 0.91% -
XYZ 31.43 58.62 9.8 -
YUV 158.29 41.49 67.88 -
System Red Green Blue C M Y K H S L
Decimal 74 231 5 0.68 0 0.98 0.09 101.68 0.96 0.46
Hex 4A E7 5 44 0 62 9 66 60 2E
Octal 112 347 5 104 0 142 11 146 140 56
Binary 1001010 11100111 101 1000100 0 1100010 1001 1100110 1100000 101110

Color Harmonies of #4AE705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE705

Black with #4AE705

Text Example


Text Example

White with #4AE705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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