Html Css Color HEX #4AF929 Harlequin

📋 copy color: '#4AF929'

red 74 ◦ green 249 ◦ blue 41

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

Shades of Harlequin #4AF929

Tints of Harlequin #4AF929

RGB

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

 GREEN value IS 249 (97.66% from 255) = 68.41%

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

R = 20.33%
G = 68.41%
B = 11.26%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#4AF929 (or 0x4AF929) is known color: Harlequin. HEX triplet: 4A, F9 and 29. RGB value is (74,249,41). Sum of RGB (Red+Green+Blue) = 74+249+41=364 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.33% from 364); Green value is 249 (97.66% from 255 or 68.41% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF929 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF929 is #B506D6. Grayscale: #ADADAD. Windows color (decimal): -11863767 or 2750794. OLE color: 2750794.

HSL color Cylindrical-coordinate representation of color #4AF929: hue angle of 110.48º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AF929 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 249 41 -
CMYK 0.70 0 0.84 0.02
HSL 110.48º 0.95% 0.57% -
HSV(B) 110.48º 0.84% 0.98% -
XYZ 37.1 69.37 13.53 -
YUV 172.96 53.52 57.41 -
System Red Green Blue C M Y K H S L
Decimal 74 249 41 0.70 0 0.84 0.02 110.48 0.95 0.57
Hex 4A F9 29 46 0 54 2 6E 5F 39
Octal 112 371 51 106 0 124 2 156 137 71
Binary 1001010 11111001 101001 1000110 0 1010100 10 1101110 1011111 111001

Color Harmonies of #4AF929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF929

Black with #4AF929

Text Example


Text Example

White with #4AF929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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