Html Css Color HEX #31FF01 Harlequin

📋 copy color: '#31FF01'

red 49 ◦ green 255 ◦ blue 1

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

Shades of Harlequin #31FF01

Tints of Harlequin #31FF01

RGB

 RED value IS 49 (19.53% from 255) = 16.07%

 GREEN value IS 255 (100% from 255) = 83.61%

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

R = 16.07%
G = 83.61%
B = 0.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#31FF01 (or 0x31FF01) is known color: Harlequin. HEX triplet: 31, FF and 01. RGB value is (49,255,1). Sum of RGB (Red+Green+Blue) = 49+255+1=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 255 (100% from 255 or 83.61% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31FF01 is #CE00FE. Grayscale: #A5A5A5. Windows color (decimal): -13500671 or 130865. OLE color: 130865.

HSL color Cylindrical-coordinate representation of color #31FF01: hue angle of 108.66º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31FF01 is Cyan = 0.81, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 49 255 1 -
CMYK 0.81 0 1.00 0
HSL 108.66º 1% 0.5% -
HSV(B) 108.66º 1% 1% -
XYZ 37.03 72.18 12.01 -
YUV 164.45 35.75 45.65 -
System Red Green Blue C M Y K H S L
Decimal 49 255 1 0.81 0 1.00 0 108.66 1 0.5
Hex 31 FF 1 51 0 64 0 6D 64 32
Octal 61 377 1 121 0 144 0 155 144 62
Binary 110001 11111111 1 1010001 0 1100100 0 1101101 1100100 110010

Color Harmonies of #31FF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FF01

Black with #31FF01

Text Example


Text Example

White with #31FF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31FF01; }

 p { color: rgb(49,255,1); }

 H1.HeaderClassName
 {
   color: #31FF01;
 }
 .AnyTagClassName
 {
   color: #31FF01;
 }
</style>

background-color css

<style>
 a { background-color: #31FF01; }

 a { background-color: rgb(49,255,1); }

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

border-color css

<style>
 span { border-color: #31FF01; }

 span { border-color: rgb(49,255,1); }

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