Html Css Color HEX #31F41B Harlequin

📋 copy color: '#31F41B'

red 49 ◦ green 244 ◦ blue 27

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

Shades of Harlequin #31F41B

Tints of Harlequin #31F41B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 76.25%

 BLUE value IS 27 (10.94% from 255) = 8.44%

R = 15.31%
G = 76.25%
B = 8.44%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#31F41B (or 0x31F41B) is known color: Harlequin. HEX triplet: 31, F4 and 1B. RGB value is (49,244,27). Sum of RGB (Red+Green+Blue) = 49+244+27=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 244 (95.70% from 255 or 76.25% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 244 - color contains mainly: green. Hex color #31F41B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F41B is #CE0BE4. Grayscale: #A1A1A1. Windows color (decimal): -13503461 or 1831985. OLE color: 1831985.

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

Color convert

RGB 49 244 27 -
CMYK 0.80 0 0.89 0.04
HSL 113.92º 0.91% 0.53% -
HSV(B) 113.92º 0.89% 0.96% -
XYZ 33.82 65.43 11.88 -
YUV 160.96 52.4 48.14 -
System Red Green Blue C M Y K H S L
Decimal 49 244 27 0.80 0 0.89 0.04 113.92 0.91 0.53
Hex 31 F4 1B 50 0 59 4 72 5B 35
Octal 61 364 33 120 0 131 4 162 133 65
Binary 110001 11110100 11011 1010000 0 1011001 100 1110010 1011011 110101

Color Harmonies of #31F41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F41B

Black with #31F41B

Text Example


Text Example

White with #31F41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,244,27); }

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

background-color css

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

 a { background-color: rgb(49,244,27); }

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

border-color css

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

 span { border-color: rgb(49,244,27); }

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