Html Css Color HEX #31F00D Harlequin

📋 copy color: '#31F00D'

red 49 ◦ green 240 ◦ blue 13

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

Shades of Harlequin #31F00D

Tints of Harlequin #31F00D

RGB

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

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

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

R = 16.23%
G = 79.47%
B = 4.3%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#31F00D (or 0x31F00D) is known color: Harlequin. HEX triplet: 31, F0 and 0D. RGB value is (49,240,13). Sum of RGB (Red+Green+Blue) = 49+240+13=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 240 (94.14% from 255 or 79.47% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 240 - color contains mainly: green. Hex color #31F00D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F00D is #CE0FF2. Grayscale: #9D9D9D. Windows color (decimal): -13504499 or 913457. OLE color: 913457.

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

Color convert

RGB 49 240 13 -
CMYK 0.80 0 0.95 0.06
HSL 110.48º 0.9% 0.5% -
HSV(B) 110.48º 0.95% 0.94% -
XYZ 32.5 63 10.83 -
YUV 157.01 46.72 50.96 -
System Red Green Blue C M Y K H S L
Decimal 49 240 13 0.80 0 0.95 0.06 110.48 0.9 0.5
Hex 31 F0 D 50 0 5F 6 6E 5A 32
Octal 61 360 15 120 0 137 6 156 132 62
Binary 110001 11110000 1101 1010000 0 1011111 110 1101110 1011010 110010

Color Harmonies of #31F00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F00D

Black with #31F00D

Text Example


Text Example

White with #31F00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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