Html Css Color HEX #31F013 Harlequin

📋 copy color: '#31F013'

red 49 ◦ green 240 ◦ blue 19

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

Shades of Harlequin #31F013

Tints of Harlequin #31F013

RGB

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

 GREEN value IS 240 (94.14% from 255) = 77.92%

 BLUE value IS 19 (7.81% from 255) = 6.17%

R = 15.91%
G = 77.92%
B = 6.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#31F013 (or 0x31F013) is known color: Harlequin. HEX triplet: 31, F0 and 13. RGB value is (49,240,19). Sum of RGB (Red+Green+Blue) = 49+240+19=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 240 (94.14% from 255 or 77.92% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 240 - color contains mainly: green. Hex color #31F013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F013 is #CE0FEC. Grayscale: #9E9E9E. Windows color (decimal): -13504493 or 1306673. OLE color: 1306673.

HSL color Cylindrical-coordinate representation of color #31F013: hue angle of 111.86º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31F013 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 240 19 -
CMYK 0.80 0 0.92 0.06
HSL 111.86º 0.88% 0.51% -
HSV(B) 111.86º 0.92% 0.94% -
XYZ 32.54 63.02 11.06 -
YUV 157.7 49.72 50.47 -
System Red Green Blue C M Y K H S L
Decimal 49 240 19 0.80 0 0.92 0.06 111.86 0.88 0.51
Hex 31 F0 13 50 0 5C 6 70 58 33
Octal 61 360 23 120 0 134 6 160 130 63
Binary 110001 11110000 10011 1010000 0 1011100 110 1110000 1011000 110011

Color Harmonies of #31F013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F013

Black with #31F013

Text Example


Text Example

White with #31F013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,240,19); }

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

background-color css

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

 a { background-color: rgb(49,240,19); }

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

border-color css

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

 span { border-color: rgb(49,240,19); }

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