Html Css Color HEX #4AF11D Harlequin

📋 copy color: '#4AF11D'

red 74 ◦ green 241 ◦ blue 29

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

Shades of Harlequin #4AF11D

Tints of Harlequin #4AF11D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 70.06%

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

R = 21.51%
G = 70.06%
B = 8.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#4AF11D (or 0x4AF11D) is known color: Harlequin. HEX triplet: 4A, F1 and 1D. RGB value is (74,241,29). Sum of RGB (Red+Green+Blue) = 74+241+29=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 241 (94.53% from 255 or 70.06% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF11D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF11D is #B50EE2. Grayscale: #A7A7A7. Windows color (decimal): -11865827 or 1962314. OLE color: 1962314.

HSL color Cylindrical-coordinate representation of color #4AF11D: hue angle of 107.26º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4AF11D is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 241 29 -
CMYK 0.69 0 0.88 0.05
HSL 107.26º 0.88% 0.53% -
HSV(B) 107.26º 0.88% 0.95% -
XYZ 34.5 64.46 11.79 -
YUV 166.9 50.17 61.74 -
System Red Green Blue C M Y K H S L
Decimal 74 241 29 0.69 0 0.88 0.05 107.26 0.88 0.53
Hex 4A F1 1D 45 0 58 5 6B 58 35
Octal 112 361 35 105 0 130 5 153 130 65
Binary 1001010 11110001 11101 1000101 0 1011000 101 1101011 1011000 110101

Color Harmonies of #4AF11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF11D

Black with #4AF11D

Text Example


Text Example

White with #4AF11D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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