Html Css Color HEX #31F21F Harlequin

📋 copy color: '#31F21F'

red 49 ◦ green 242 ◦ blue 31

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

Shades of Harlequin #31F21F

Tints of Harlequin #31F21F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 75.16%

 BLUE value IS 31 (12.5% from 255) = 9.63%

R = 15.22%
G = 75.16%
B = 9.63%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#31F21F (or 0x31F21F) is known color: Harlequin. HEX triplet: 31, F2 and 1F. RGB value is (49,242,31). Sum of RGB (Red+Green+Blue) = 49+242+31=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 242 (94.92% from 255 or 75.16% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 242 - color contains mainly: green. Hex color #31F21F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F21F is #CE0DE0. Grayscale: #A0A0A0. Windows color (decimal): -13503969 or 2093617. OLE color: 2093617.

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

Color convert

RGB 49 242 31 -
CMYK 0.80 0 0.87 0.05
HSL 114.88º 0.89% 0.54% -
HSV(B) 114.88º 0.87% 0.95% -
XYZ 33.27 64.26 11.95 -
YUV 160.24 55.06 48.66 -
System Red Green Blue C M Y K H S L
Decimal 49 242 31 0.80 0 0.87 0.05 114.88 0.89 0.54
Hex 31 F2 1F 50 0 57 5 73 59 36
Octal 61 362 37 120 0 127 5 163 131 66
Binary 110001 11110010 11111 1010000 0 1010111 101 1110011 1011001 110110

Color Harmonies of #31F21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F21F

Black with #31F21F

Text Example


Text Example

White with #31F21F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,242,31); }

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

background-color css

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

 a { background-color: rgb(49,242,31); }

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

border-color css

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

 span { border-color: rgb(49,242,31); }

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