Html Css Color HEX #3FE801 Harlequin

📋 copy color: '#3FE801'

red 63 ◦ green 232 ◦ blue 1

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

Shades of Harlequin #3FE801

Tints of Harlequin #3FE801

RGB

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

 GREEN value IS 232 (91.02% from 255) = 78.38%

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

R = 21.28%
G = 78.38%
B = 0.34%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#3FE801 (or 0x3FE801) is known color: Harlequin. HEX triplet: 3F, E8 and 01. RGB value is (63,232,1). Sum of RGB (Red+Green+Blue) = 63+232+1=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 232 (91.02% from 255 or 78.38% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE801 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FE801 is #C017FE. Grayscale: #9B9B9B. Windows color (decimal): -12589055 or 124991. OLE color: 124991.

HSL color Cylindrical-coordinate representation of color #3FE801: hue angle of 103.9º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FE801 is Cyan = 0.73, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 63 232 1 -
CMYK 0.73 0 1.00 0.09
HSL 103.9º 0.99% 0.46% -
HSV(B) 103.9º 1% 0.91% -
XYZ 30.91 58.77 9.74 -
YUV 155.14 41.01 62.28 -
System Red Green Blue C M Y K H S L
Decimal 63 232 1 0.73 0 1.00 0.09 103.9 0.99 0.46
Hex 3F E8 1 49 0 64 9 68 63 2E
Octal 77 350 1 111 0 144 11 150 143 56
Binary 111111 11101000 1 1001001 0 1100100 1001 1101000 1100011 101110

Color Harmonies of #3FE801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE801

Black with #3FE801

Text Example


Text Example

White with #3FE801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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