Html Css Color HEX #31E815 Harlequin

📋 copy color: '#31E815'

red 49 ◦ green 232 ◦ blue 21

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

Shades of Harlequin #31E815

Tints of Harlequin #31E815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 16.23%
G = 76.82%
B = 6.95%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#31E815 (or 0x31E815) is known color: Harlequin. HEX triplet: 31, E8 and 15. RGB value is (49,232,21). Sum of RGB (Red+Green+Blue) = 49+232+21=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 232 (91.02% from 255 or 76.82% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 232 - color contains mainly: green. Hex color #31E815 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31E815 is #CE17EA. Grayscale: #999999. Windows color (decimal): -13506539 or 1435697. OLE color: 1435697.

HSL color Cylindrical-coordinate representation of color #31E815: hue angle of 112.04º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31E815 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 49 232 21 -
CMYK 0.79 0 0.91 0.09
HSL 112.04º 0.83% 0.5% -
HSV(B) 112.04º 0.91% 0.91% -
XYZ 30.26 58.42 10.39 -
YUV 153.23 53.37 53.66 -
System Red Green Blue C M Y K H S L
Decimal 49 232 21 0.79 0 0.91 0.09 112.04 0.83 0.5
Hex 31 E8 15 4F 0 5B 9 70 53 32
Octal 61 350 25 117 0 133 11 160 123 62
Binary 110001 11101000 10101 1001111 0 1011011 1001 1110000 1010011 110010

Color Harmonies of #31E815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E815

Black with #31E815

Text Example


Text Example

White with #31E815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,232,21); }

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

background-color css

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

 a { background-color: rgb(49,232,21); }

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

border-color css

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

 span { border-color: rgb(49,232,21); }

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