Html Css Color HEX #3FFA01 Harlequin

📋 copy color: '#3FFA01'

red 63 ◦ green 250 ◦ blue 1

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

Shades of Harlequin #3FFA01

Tints of Harlequin #3FFA01

RGB

 RED value IS 63 (25% from 255) = 20.06%

 GREEN value IS 250 (98.05% from 255) = 79.62%

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

R = 20.06%
G = 79.62%
B = 0.32%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#3FFA01 (or 0x3FFA01) is known color: Harlequin. HEX triplet: 3F, FA and 01. RGB value is (63,250,1). Sum of RGB (Red+Green+Blue) = 63+250+1=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 250 (98.05% from 255 or 79.62% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFA01 is #C005FE. Grayscale: #A6A6A6. Windows color (decimal): -12584447 or 129599. OLE color: 129599.

HSL color Cylindrical-coordinate representation of color #3FFA01: hue angle of 105.06º 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 #3FFA01 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 250 1 -
CMYK 0.75 0 1.00 0.02
HSL 105.06º 0.99% 0.49% -
HSV(B) 105.06º 1% 0.98% -
XYZ 36.24 69.43 11.52 -
YUV 165.7 35.05 54.75 -
System Red Green Blue C M Y K H S L
Decimal 63 250 1 0.75 0 1.00 0.02 105.06 0.99 0.49
Hex 3F FA 1 4B 0 64 2 69 63 31
Octal 77 372 1 113 0 144 2 151 143 61
Binary 111111 11111010 1 1001011 0 1100100 10 1101001 1100011 110001

Color Harmonies of #3FFA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFA01

Black with #3FFA01

Text Example


Text Example

White with #3FFA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FFA01; }

 p { color: rgb(63,250,1); }

 H1.HeaderClassName
 {
   color: #3FFA01;
 }
 .AnyTagClassName
 {
   color: #3FFA01;
 }
</style>

background-color css

<style>
 a { background-color: #3FFA01; }

 a { background-color: rgb(63,250,1); }

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

border-color css

<style>
 span { border-color: #3FFA01; }

 span { border-color: rgb(63,250,1); }

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