Html Css Color HEX #31E415 Harlequin

📋 copy color: '#31E415'

red 49 ◦ green 228 ◦ blue 21

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

Shades of Harlequin #31E415

Tints of Harlequin #31E415

RGB

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

 GREEN value IS 228 (89.45% from 255) = 76.51%

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

R = 16.44%
G = 76.51%
B = 7.05%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#31E415 (or 0x31E415) is known color: Harlequin. HEX triplet: 31, E4 and 15. RGB value is (49,228,21). Sum of RGB (Red+Green+Blue) = 49+228+21=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 228 (89.45% from 255 or 76.51% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 228 - color contains mainly: green. Hex color #31E415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31E415 is #CE1BEA. Grayscale: #979797. Windows color (decimal): -13507563 or 1434673. OLE color: 1434673.

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

Color convert

RGB 49 228 21 -
CMYK 0.79 0 0.91 0.11
HSL 111.88º 0.83% 0.49% -
HSV(B) 111.88º 0.91% 0.89% -
XYZ 29.15 56.19 10.02 -
YUV 150.88 54.7 55.33 -
System Red Green Blue C M Y K H S L
Decimal 49 228 21 0.79 0 0.91 0.11 111.88 0.83 0.49
Hex 31 E4 15 4F 0 5B B 70 53 31
Octal 61 344 25 117 0 133 13 160 123 61
Binary 110001 11100100 10101 1001111 0 1011011 1011 1110000 1010011 110001

Color Harmonies of #31E415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E415

Black with #31E415

Text Example


Text Example

White with #31E415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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