Html Css Color HEX #31F607 Harlequin

📋 copy color: '#31F607'

red 49 ◦ green 246 ◦ blue 7

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

Shades of Harlequin #31F607

Tints of Harlequin #31F607

RGB

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

 GREEN value IS 246 (96.48% from 255) = 81.46%

 BLUE value IS 7 (3.13% from 255) = 2.32%

R = 16.23%
G = 81.46%
B = 2.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#31F607 (or 0x31F607) is known color: Harlequin. HEX triplet: 31, F6 and 07. RGB value is (49,246,7). Sum of RGB (Red+Green+Blue) = 49+246+7=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 246 (96.48% from 255 or 81.46% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 246 - color contains mainly: green. Hex color #31F607 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F607 is #CE09F8. Grayscale: #A0A0A0. Windows color (decimal): -13502969 or 521777. OLE color: 521777.

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

Color convert

RGB 49 246 7 -
CMYK 0.80 0 0.97 0.04
HSL 109.46º 0.94% 0.5% -
HSV(B) 109.46º 0.97% 0.96% -
XYZ 34.26 66.58 11.25 -
YUV 159.85 41.73 48.93 -
System Red Green Blue C M Y K H S L
Decimal 49 246 7 0.80 0 0.97 0.04 109.46 0.94 0.5
Hex 31 F6 7 50 0 61 4 6D 5E 32
Octal 61 366 7 120 0 141 4 155 136 62
Binary 110001 11110110 111 1010000 0 1100001 100 1101101 1011110 110010

Color Harmonies of #31F607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F607

Black with #31F607

Text Example


Text Example

White with #31F607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,246,7); }

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

background-color css

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

 a { background-color: rgb(49,246,7); }

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

border-color css

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

 span { border-color: rgb(49,246,7); }

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