Html Css Color HEX #31F01A Harlequin

📋 copy color: '#31F01A'

red 49 ◦ green 240 ◦ blue 26

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

Shades of Harlequin #31F01A

Tints of Harlequin #31F01A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 76.19%

 BLUE value IS 26 (10.55% from 255) = 8.25%

R = 15.56%
G = 76.19%
B = 8.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#31F01A (or 0x31F01A) is known color: Harlequin. HEX triplet: 31, F0 and 1A. RGB value is (49,240,26). Sum of RGB (Red+Green+Blue) = 49+240+26=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 240 (94.14% from 255 or 76.19% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 240 - color contains mainly: green. Hex color #31F01A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F01A is #CE0FE5. Grayscale: #9F9F9F. Windows color (decimal): -13504486 or 1765425. OLE color: 1765425.

HSL color Cylindrical-coordinate representation of color #31F01A: hue angle of 113.55º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31F01A is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 240 26 -
CMYK 0.80 0 0.89 0.06
HSL 113.55º 0.88% 0.52% -
HSV(B) 113.55º 0.89% 0.94% -
XYZ 32.61 63.05 11.43 -
YUV 158.5 53.22 49.9 -
System Red Green Blue C M Y K H S L
Decimal 49 240 26 0.80 0 0.89 0.06 113.55 0.88 0.52
Hex 31 F0 1A 50 0 59 6 72 58 34
Octal 61 360 32 120 0 131 6 162 130 64
Binary 110001 11110000 11010 1010000 0 1011001 110 1110010 1011000 110100

Color Harmonies of #31F01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F01A

Black with #31F01A

Text Example


Text Example

White with #31F01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,240,26); }

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

background-color css

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

 a { background-color: rgb(49,240,26); }

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

border-color css

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

 span { border-color: rgb(49,240,26); }

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