Html Css Color HEX #4AF919 Harlequin

📋 copy color: '#4AF919'

red 74 ◦ green 249 ◦ blue 25

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

Shades of Harlequin #4AF919

Tints of Harlequin #4AF919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.18%

R = 21.26%
G = 71.55%
B = 7.18%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#4AF919 (or 0x4AF919) is known color: Harlequin. HEX triplet: 4A, F9 and 19. RGB value is (74,249,25). Sum of RGB (Red+Green+Blue) = 74+249+25=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 249 (97.66% from 255 or 71.55% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF919 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF919 is #B506E6. Grayscale: #ABABAB. Windows color (decimal): -11863783 or 1702218. OLE color: 1702218.

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

Color convert

RGB 74 249 25 -
CMYK 0.70 0 0.90 0.02
HSL 106.88º 0.95% 0.54% -
HSV(B) 106.88º 0.9% 0.98% -
XYZ 36.88 69.28 12.35 -
YUV 171.14 45.52 58.71 -
System Red Green Blue C M Y K H S L
Decimal 74 249 25 0.70 0 0.90 0.02 106.88 0.95 0.54
Hex 4A F9 19 46 0 5A 2 6B 5F 36
Octal 112 371 31 106 0 132 2 153 137 66
Binary 1001010 11111001 11001 1000110 0 1011010 10 1101011 1011111 110110

Color Harmonies of #4AF919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF919

Black with #4AF919

Text Example


Text Example

White with #4AF919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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