Html Css Color HEX #31F307 Harlequin

📋 copy color: '#31F307'

red 49 ◦ green 243 ◦ blue 7

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

Shades of Harlequin #31F307

Tints of Harlequin #31F307

RGB

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

 GREEN value IS 243 (95.31% from 255) = 81.27%

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

R = 16.39%
G = 81.27%
B = 2.34%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#31F307 (or 0x31F307) is known color: Harlequin. HEX triplet: 31, F3 and 07. RGB value is (49,243,7). Sum of RGB (Red+Green+Blue) = 49+243+7=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 243 (95.31% from 255 or 81.27% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 243 - color contains mainly: green. Hex color #31F307 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F307 is #CE0CF8. Grayscale: #9E9E9E. Windows color (decimal): -13503737 or 521009. OLE color: 521009.

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

Color convert

RGB 49 243 7 -
CMYK 0.80 0 0.97 0.05
HSL 109.32º 0.94% 0.49% -
HSV(B) 109.32º 0.97% 0.95% -
XYZ 33.36 64.77 10.94 -
YUV 158.09 42.73 50.19 -
System Red Green Blue C M Y K H S L
Decimal 49 243 7 0.80 0 0.97 0.05 109.32 0.94 0.49
Hex 31 F3 7 50 0 61 5 6D 5E 31
Octal 61 363 7 120 0 141 5 155 136 61
Binary 110001 11110011 111 1010000 0 1100001 101 1101101 1011110 110001

Color Harmonies of #31F307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F307

Black with #31F307

Text Example


Text Example

White with #31F307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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