Html Css Color HEX #4AF900 Harlequin

📋 copy color: '#4AF900'

red 74 ◦ green 249 ◦ blue 0

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

Shades of Harlequin #4AF900

Tints of Harlequin #4AF900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 22.91%
G = 77.09%
B = 0%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#4AF900 (or 0x4AF900) is known color: Harlequin. HEX triplet: 4A, F9 and 00. RGB value is (74,249,0). Sum of RGB (Red+Green+Blue) = 74+249+0=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 249 (97.66% from 255 or 77.09% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF900 is #B506FF. Grayscale: #A9A9A9. Windows color (decimal): -11863808 or 63818. OLE color: 63818.

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

Color convert

RGB 74 249 0 -
CMYK 0.70 0 1 0.02
HSL 102.17º 1% 0.49% -
HSV(B) 102.17º 1% 0.98% -
XYZ 36.7 69.21 11.42 -
YUV 168.29 33.02 60.75 -
System Red Green Blue C M Y K H S L
Decimal 74 249 0 0.70 0 1 0.02 102.17 1 0.49
Hex 4A F9 0 46 0 64 2 66 64 31
Octal 112 371 0 106 0 144 2 146 144 61
Binary 1001010 11111001 0 1000110 0 1100100 10 1100110 1100100 110001

Color Harmonies of #4AF900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF900

Black with #4AF900

Text Example


Text Example

White with #4AF900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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