Html Css Color HEX #31EB11 Harlequin

📋 copy color: '#31EB11'

red 49 ◦ green 235 ◦ blue 17

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

Shades of Harlequin #31EB11

Tints of Harlequin #31EB11

RGB

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

 GREEN value IS 235 (92.19% from 255) = 78.07%

 BLUE value IS 17 (7.03% from 255) = 5.65%

R = 16.28%
G = 78.07%
B = 5.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#31EB11 (or 0x31EB11) is known color: Harlequin. HEX triplet: 31, EB and 11. RGB value is (49,235,17). Sum of RGB (Red+Green+Blue) = 49+235+17=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 235 (92.19% from 255 or 78.07% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 235 - color contains mainly: green. Hex color #31EB11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31EB11 is #CE14EE. Grayscale: #9B9B9B. Windows color (decimal): -13505775 or 1174321. OLE color: 1174321.

HSL color Cylindrical-coordinate representation of color #31EB11: hue angle of 111.19º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31EB11 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 235 17 -
CMYK 0.79 0 0.93 0.08
HSL 111.19º 0.87% 0.49% -
HSV(B) 111.19º 0.93% 0.92% -
XYZ 31.08 60.11 10.49 -
YUV 154.53 50.38 52.73 -
System Red Green Blue C M Y K H S L
Decimal 49 235 17 0.79 0 0.93 0.08 111.19 0.87 0.49
Hex 31 EB 11 4F 0 5D 8 6F 57 31
Octal 61 353 21 117 0 135 10 157 127 61
Binary 110001 11101011 10001 1001111 0 1011101 1000 1101111 1010111 110001

Color Harmonies of #31EB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EB11

Black with #31EB11

Text Example


Text Example

White with #31EB11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,235,17); }

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

background-color css

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

 a { background-color: rgb(49,235,17); }

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

border-color css

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

 span { border-color: rgb(49,235,17); }

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