Html Css Color HEX #4AF029 Harlequin

📋 copy color: '#4AF029'

red 74 ◦ green 240 ◦ blue 41

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

Shades of Harlequin #4AF029

Tints of Harlequin #4AF029

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.61%

 BLUE value IS 41 (16.41% from 255) = 11.55%

R = 20.85%
G = 67.61%
B = 11.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#4AF029 (or 0x4AF029) is known color: Harlequin. HEX triplet: 4A, F0 and 29. RGB value is (74,240,41). Sum of RGB (Red+Green+Blue) = 74+240+41=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 240 (94.14% from 255 or 67.61% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF029 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF029 is #B50FD6. Grayscale: #A8A8A8. Windows color (decimal): -11866071 or 2748490. OLE color: 2748490.

HSL color Cylindrical-coordinate representation of color #4AF029: hue angle of 110.05º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4AF029 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 240 41 -
CMYK 0.69 0 0.83 0.06
HSL 110.05º 0.87% 0.55% -
HSV(B) 110.05º 0.83% 0.94% -
XYZ 34.38 63.94 12.63 -
YUV 167.68 56.5 61.18 -
System Red Green Blue C M Y K H S L
Decimal 74 240 41 0.69 0 0.83 0.06 110.05 0.87 0.55
Hex 4A F0 29 45 0 53 6 6E 57 37
Octal 112 360 51 105 0 123 6 156 127 67
Binary 1001010 11110000 101001 1000101 0 1010011 110 1101110 1010111 110111

Color Harmonies of #4AF029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF029

Black with #4AF029

Text Example


Text Example

White with #4AF029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,240,41); }

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

background-color css

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

 a { background-color: rgb(74,240,41); }

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

border-color css

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

 span { border-color: rgb(74,240,41); }

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