Html Css Color HEX #31F321 Harlequin

📋 copy color: '#31F321'

red 49 ◦ green 243 ◦ blue 33

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

Shades of Harlequin #31F321

Tints of Harlequin #31F321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.15%

R = 15.08%
G = 74.77%
B = 10.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#31F321 (or 0x31F321) is known color: Harlequin. HEX triplet: 31, F3 and 21. RGB value is (49,243,33). Sum of RGB (Red+Green+Blue) = 49+243+33=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 243 (95.31% from 255 or 74.77% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 243 - color contains mainly: green. Hex color #31F321 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F321 is #CE0CDE. Grayscale: #A1A1A1. Windows color (decimal): -13503711 or 2224945. OLE color: 2224945.

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

Color convert

RGB 49 243 33 -
CMYK 0.80 0 0.86 0.05
HSL 115.43º 0.9% 0.54% -
HSV(B) 115.43º 0.86% 0.95% -
XYZ 33.59 64.86 12.19 -
YUV 161.05 55.73 48.08 -
System Red Green Blue C M Y K H S L
Decimal 49 243 33 0.80 0 0.86 0.05 115.43 0.9 0.54
Hex 31 F3 21 50 0 56 5 73 5A 36
Octal 61 363 41 120 0 126 5 163 132 66
Binary 110001 11110011 100001 1010000 0 1010110 101 1110011 1011010 110110

Color Harmonies of #31F321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F321

Black with #31F321

Text Example


Text Example

White with #31F321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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