Html Css Color HEX #31F018 Harlequin

📋 copy color: '#31F018'

red 49 ◦ green 240 ◦ blue 24

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

Shades of Harlequin #31F018

Tints of Harlequin #31F018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.67%

R = 15.65%
G = 76.68%
B = 7.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#31F018 (or 0x31F018) is known color: Harlequin. HEX triplet: 31, F0 and 18. RGB value is (49,240,24). Sum of RGB (Red+Green+Blue) = 49+240+24=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 240 (94.14% from 255 or 76.68% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 240 - color contains mainly: green. Hex color #31F018 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F018 is #CE0FE7. Grayscale: #9E9E9E. Windows color (decimal): -13504488 or 1634353. OLE color: 1634353.

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

Color convert

RGB 49 240 24 -
CMYK 0.80 0 0.9 0.06
HSL 113.06º 0.88% 0.52% -
HSV(B) 113.06º 0.9% 0.94% -
XYZ 32.59 63.04 11.31 -
YUV 158.27 52.22 50.06 -
System Red Green Blue C M Y K H S L
Decimal 49 240 24 0.80 0 0.9 0.06 113.06 0.88 0.52
Hex 31 F0 18 50 0 5A 6 71 58 34
Octal 61 360 30 120 0 132 6 161 130 64
Binary 110001 11110000 11000 1010000 0 1011010 110 1110001 1011000 110100

Color Harmonies of #31F018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F018

Black with #31F018

Text Example


Text Example

White with #31F018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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