Html Css Color HEX #4FF000 Harlequin

📋 copy color: '#4FF000'

red 79 ◦ green 240 ◦ blue 0

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

Shades of Harlequin #4FF000

Tints of Harlequin #4FF000

RGB

 RED value IS 79 (31.25% from 255) = 24.76%

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

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

R = 24.76%
G = 75.24%
B = 0%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#4FF000 (or 0x4FF000) is known color: Harlequin. HEX triplet: 4F, F0 and 00. RGB value is (79,240,0). Sum of RGB (Red+Green+Blue) = 79+240+0=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 240 (94.14% from 255 or 75.24% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 240 - color contains mainly: green. Hex color #4FF000 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF000 is #B00FFF. Grayscale: #A5A5A5. Windows color (decimal): -11538432 or 61519. OLE color: 61519.

HSL color Cylindrical-coordinate representation of color #4FF000: hue angle of 100.25º 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 #4FF000 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 79 240 0 -
CMYK 0.67 0 1 0.06
HSL 100.25º 1% 0.47% -
HSV(B) 100.25º 1% 0.94% -
XYZ 34.38 63.98 10.54 -
YUV 164.5 35.16 67.01 -
System Red Green Blue C M Y K H S L
Decimal 79 240 0 0.67 0 1 0.06 100.25 1 0.47
Hex 4F F0 0 43 0 64 6 64 64 2F
Octal 117 360 0 103 0 144 6 144 144 57
Binary 1001111 11110000 0 1000011 0 1100100 110 1100100 1100100 101111

Color Harmonies of #4FF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF000

Black with #4FF000

Text Example


Text Example

White with #4FF000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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