Html Css Color HEX #31E20D Harlequin

📋 copy color: '#31E20D'

red 49 ◦ green 226 ◦ blue 13

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

Shades of Harlequin #31E20D

Tints of Harlequin #31E20D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 78.47%

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 17.01%
G = 78.47%
B = 4.51%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#31E20D (or 0x31E20D) is known color: Harlequin. HEX triplet: 31, E2 and 0D. RGB value is (49,226,13). Sum of RGB (Red+Green+Blue) = 49+226+13=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 226 (88.67% from 255 or 78.47% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 226 - color contains mainly: green. Hex color #31E20D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31E20D is #CE1DF2. Grayscale: #959595. Windows color (decimal): -13508083 or 909873. OLE color: 909873.

HSL color Cylindrical-coordinate representation of color #31E20D: hue angle of 109.86º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31E20D is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 49 226 13 -
CMYK 0.78 0 0.94 0.11
HSL 109.86º 0.89% 0.47% -
HSV(B) 109.86º 0.94% 0.89% -
XYZ 28.54 55.07 9.51 -
YUV 148.8 51.36 56.82 -
System Red Green Blue C M Y K H S L
Decimal 49 226 13 0.78 0 0.94 0.11 109.86 0.89 0.47
Hex 31 E2 D 4E 0 5E B 6E 59 2F
Octal 61 342 15 116 0 136 13 156 131 57
Binary 110001 11100010 1101 1001110 0 1011110 1011 1101110 1011001 101111

Color Harmonies of #31E20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E20D

Black with #31E20D

Text Example


Text Example

White with #31E20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,226,13); }

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

background-color css

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

 a { background-color: rgb(49,226,13); }

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

border-color css

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

 span { border-color: rgb(49,226,13); }

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