Html Css Color HEX #4AF901 Harlequin

📋 copy color: '#4AF901'

red 74 ◦ green 249 ◦ blue 1

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

Shades of Harlequin #4AF901

Tints of Harlequin #4AF901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 22.84%
G = 76.85%
B = 0.31%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#4AF901 (or 0x4AF901) is known color: Harlequin. HEX triplet: 4A, F9 and 01. RGB value is (74,249,1). Sum of RGB (Red+Green+Blue) = 74+249+1=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 249 (97.66% from 255 or 76.85% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF901 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF901 is #B506FE. Grayscale: #A9A9A9. Windows color (decimal): -11863807 or 129354. OLE color: 129354.

HSL color Cylindrical-coordinate representation of color #4AF901: hue angle of 102.34º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AF901 is Cyan = 0.70, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 249 1 -
CMYK 0.70 0 1.00 0.02
HSL 102.34º 0.99% 0.49% -
HSV(B) 102.34º 1% 0.98% -
XYZ 36.71 69.21 11.45 -
YUV 168.4 33.52 60.67 -
System Red Green Blue C M Y K H S L
Decimal 74 249 1 0.70 0 1.00 0.02 102.34 0.99 0.49
Hex 4A F9 1 46 0 64 2 66 63 31
Octal 112 371 1 106 0 144 2 146 143 61
Binary 1001010 11111001 1 1000110 0 1100100 10 1100110 1100011 110001

Color Harmonies of #4AF901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF901

Black with #4AF901

Text Example


Text Example

White with #4AF901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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