Html Css Color HEX #31FA07 Harlequin

📋 copy color: '#31FA07'

red 49 ◦ green 250 ◦ blue 7

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

Shades of Harlequin #31FA07

Tints of Harlequin #31FA07

RGB

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

 GREEN value IS 250 (98.05% from 255) = 81.7%

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

R = 16.01%
G = 81.7%
B = 2.29%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#31FA07 (or 0x31FA07) is known color: Harlequin. HEX triplet: 31, FA and 07. RGB value is (49,250,7). Sum of RGB (Red+Green+Blue) = 49+250+7=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 250 (98.05% from 255 or 81.70% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 250 - color contains mainly: green. Hex color #31FA07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31FA07 is #CE05F8. Grayscale: #A2A2A2. Windows color (decimal): -13501945 or 522801. OLE color: 522801.

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

Color convert

RGB 49 250 7 -
CMYK 0.80 0 0.97 0.02
HSL 109.63º 0.96% 0.5% -
HSV(B) 109.63º 0.97% 0.98% -
XYZ 35.49 69.04 11.66 -
YUV 162.2 40.41 47.26 -
System Red Green Blue C M Y K H S L
Decimal 49 250 7 0.80 0 0.97 0.02 109.63 0.96 0.5
Hex 31 FA 7 50 0 61 2 6E 60 32
Octal 61 372 7 120 0 141 2 156 140 62
Binary 110001 11111010 111 1010000 0 1100001 10 1101110 1100000 110010

Color Harmonies of #31FA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FA07

Black with #31FA07

Text Example


Text Example

White with #31FA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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