Html Css Color HEX #31E001 Harlequin

📋 copy color: '#31E001'

red 49 ◦ green 224 ◦ blue 1

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

Shades of Harlequin #31E001

Tints of Harlequin #31E001

RGB

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

 GREEN value IS 224 (87.89% from 255) = 81.75%

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

R = 17.88%
G = 81.75%
B = 0.36%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#31E001 (or 0x31E001) is known color: Harlequin. HEX triplet: 31, E0 and 01. RGB value is (49,224,1). Sum of RGB (Red+Green+Blue) = 49+224+1=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 224 (87.89% from 255 or 81.75% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 224 - color contains mainly: green. Hex color #31E001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31E001 is #CE1FFE. Grayscale: #929292. Windows color (decimal): -13508607 or 122929. OLE color: 122929.

HSL color Cylindrical-coordinate representation of color #31E001: hue angle of 107.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31E001 is Cyan = 0.78, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 224 1 -
CMYK 0.78 0 1.00 0.12
HSL 107.09º 0.99% 0.44% -
HSV(B) 107.09º 1% 0.88% -
XYZ 27.93 53.97 8.97 -
YUV 146.25 46.02 58.63 -
System Red Green Blue C M Y K H S L
Decimal 49 224 1 0.78 0 1.00 0.12 107.09 0.99 0.44
Hex 31 E0 1 4E 0 64 C 6B 63 2C
Octal 61 340 1 116 0 144 14 153 143 54
Binary 110001 11100000 1 1001110 0 1100100 1100 1101011 1100011 101100

Color Harmonies of #31E001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E001

Black with #31E001

Text Example


Text Example

White with #31E001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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