Html Css Color HEX #31F10A Harlequin

📋 copy color: '#31F10A'

red 49 ◦ green 241 ◦ blue 10

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

Shades of Harlequin #31F10A

Tints of Harlequin #31F10A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 80.33%

 BLUE value IS 10 (4.3% from 255) = 3.33%

R = 16.33%
G = 80.33%
B = 3.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#31F10A (or 0x31F10A) is known color: Harlequin. HEX triplet: 31, F1 and 0A. RGB value is (49,241,10). Sum of RGB (Red+Green+Blue) = 49+241+10=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 241 (94.53% from 255 or 80.33% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 241 - color contains mainly: green. Hex color #31F10A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F10A is #CE0EF5. Grayscale: #9D9D9D. Windows color (decimal): -13504246 or 717105. OLE color: 717105.

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

Color convert

RGB 49 241 10 -
CMYK 0.80 0 0.96 0.05
HSL 109.87º 0.92% 0.49% -
HSV(B) 109.87º 0.96% 0.95% -
XYZ 32.78 63.59 10.83 -
YUV 157.26 44.89 50.78 -
System Red Green Blue C M Y K H S L
Decimal 49 241 10 0.80 0 0.96 0.05 109.87 0.92 0.49
Hex 31 F1 A 50 0 60 5 6E 5C 31
Octal 61 361 12 120 0 140 5 156 134 61
Binary 110001 11110001 1010 1010000 0 1100000 101 1101110 1011100 110001

Color Harmonies of #31F10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F10A

Black with #31F10A

Text Example


Text Example

White with #31F10A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,241,10); }

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

background-color css

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

 a { background-color: rgb(49,241,10); }

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

border-color css

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

 span { border-color: rgb(49,241,10); }

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