Html Css Color HEX #4AE90D Harlequin

📋 copy color: '#4AE90D'

red 74 ◦ green 233 ◦ blue 13

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

Shades of Harlequin #4AE90D

Tints of Harlequin #4AE90D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 72.81%

 BLUE value IS 13 (5.47% from 255) = 4.06%

R = 23.13%
G = 72.81%
B = 4.06%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#4AE90D (or 0x4AE90D) is known color: Harlequin. HEX triplet: 4A, E9 and 0D. RGB value is (74,233,13). Sum of RGB (Red+Green+Blue) = 74+233+13=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 233 (91.41% from 255 or 72.81% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 233 - color contains mainly: green. Hex color #4AE90D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AE90D is #B516F2. Grayscale: #A1A1A1. Windows color (decimal): -11867891 or 911690. OLE color: 911690.

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

Color convert

RGB 74 233 13 -
CMYK 0.68 0 0.94 0.09
HSL 103.36º 0.89% 0.48% -
HSV(B) 103.36º 0.94% 0.91% -
XYZ 32.04 59.76 10.23 -
YUV 160.38 44.82 66.39 -
System Red Green Blue C M Y K H S L
Decimal 74 233 13 0.68 0 0.94 0.09 103.36 0.89 0.48
Hex 4A E9 D 44 0 5E 9 67 59 30
Octal 112 351 15 104 0 136 11 147 131 60
Binary 1001010 11101001 1101 1000100 0 1011110 1001 1100111 1011001 110000

Color Harmonies of #4AE90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE90D

Black with #4AE90D

Text Example


Text Example

White with #4AE90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,233,13); }

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

background-color css

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

 a { background-color: rgb(74,233,13); }

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

border-color css

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

 span { border-color: rgb(74,233,13); }

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