Html Css Color HEX #31F710 Harlequin

📋 copy color: '#31F710'

red 49 ◦ green 247 ◦ blue 16

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

Shades of Harlequin #31F710

Tints of Harlequin #31F710

RGB

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

 GREEN value IS 247 (96.88% from 255) = 79.17%

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 15.71%
G = 79.17%
B = 5.13%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#31F710 (or 0x31F710) is known color: Harlequin. HEX triplet: 31, F7 and 10. RGB value is (49,247,16). Sum of RGB (Red+Green+Blue) = 49+247+16=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 247 (96.88% from 255 or 79.17% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 247 - color contains mainly: green. Hex color #31F710 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F710 is #CE08EF. Grayscale: #A2A2A2. Windows color (decimal): -13502704 or 1111857. OLE color: 1111857.

HSL color Cylindrical-coordinate representation of color #31F710: hue angle of 111.43º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31F710 is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 49 247 16 -
CMYK 0.80 0 0.94 0.03
HSL 111.43º 0.94% 0.52% -
HSV(B) 111.43º 0.94% 0.97% -
XYZ 34.62 67.21 11.64 -
YUV 161.46 45.9 47.78 -
System Red Green Blue C M Y K H S L
Decimal 49 247 16 0.80 0 0.94 0.03 111.43 0.94 0.52
Hex 31 F7 10 50 0 5E 3 6F 5E 34
Octal 61 367 20 120 0 136 3 157 136 64
Binary 110001 11110111 10000 1010000 0 1011110 11 1101111 1011110 110100

Color Harmonies of #31F710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F710

Black with #31F710

Text Example


Text Example

White with #31F710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,247,16); }

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

background-color css

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

 a { background-color: rgb(49,247,16); }

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

border-color css

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

 span { border-color: rgb(49,247,16); }

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