Html Css Color HEX #4AF000 Harlequin

📋 copy color: '#4AF000'

red 74 ◦ green 240 ◦ blue 0

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

Shades of Harlequin #4AF000

Tints of Harlequin #4AF000

RGB

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

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

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

R = 23.57%
G = 76.43%
B = 0%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#4AF000 (or 0x4AF000) is known color: Harlequin. HEX triplet: 4A, F0 and 00. RGB value is (74,240,0). Sum of RGB (Red+Green+Blue) = 74+240+0=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 240 (94.14% from 255 or 76.43% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF000 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF000 is #B50FFF. Grayscale: #A3A3A3. Windows color (decimal): -11866112 or 61514. OLE color: 61514.

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

Color convert

RGB 74 240 0 -
CMYK 0.69 0 1 0.06
HSL 101.5º 1% 0.47% -
HSV(B) 101.5º 1% 0.94% -
XYZ 33.98 63.78 10.52 -
YUV 163.01 36 64.51 -
System Red Green Blue C M Y K H S L
Decimal 74 240 0 0.69 0 1 0.06 101.5 1 0.47
Hex 4A F0 0 45 0 64 6 66 64 2F
Octal 112 360 0 105 0 144 6 146 144 57
Binary 1001010 11110000 0 1000101 0 1100100 110 1100110 1100100 101111

Color Harmonies of #4AF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF000

Black with #4AF000

Text Example


Text Example

White with #4AF000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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