#4FE601

Color #4FE601 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #4FE601

Tints of Harlequin #4FE601

Color information

#4FE601 (or 0x4FE601) is unknown color: approx Harlequin. HEX triplet: 4F, E6 and 01. RGB value is (79,230,1). Sum of RGB (Red+Green+Blue) = 79+230+1=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 230 (90.23% from 255 or 74.19% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 230 - color contains mainly: green. Hex color #4FE601 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FE601 is #B019FE. Grayscale: #9F9F9F. Windows color (decimal): -11540991 or 124495. OLE color: 124495.

HSL color Cylindrical-coordinate representation of color #4FE601: hue angle of 99.56º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4FE601 is Cyan = 0.66, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB792301-
CMYK0.6601.000.10
HSL99.56º99.13%45.29%-
HSV(B)99.56º99.57%90.2%-
XYZ31.5358.269.61-
YUV158.7438.9771.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.48%
GREEN value IS 230 (90.23% from 255) = 74.19%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=25.48%
G=74.19%
B=0.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal7923010.6601.000.1099.5699.1345.29
Hex4FE6142064A64632d
Octal117346110201441214414355
Binary1001111111001101100001001100100101011001001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FE601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,230,1); }

 H1.HeaderClassName
 {
   color: #4FE601;
 }
 .AnyTagClassName
 {
   color: #4FE601;
 }
</style>
background-color css

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

 a { background-color: rgb(79,230,1); }

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

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

 span { border-color: rgb(79,230,1); }

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