Html Css Color HEX #31FB12 Harlequin

📋 copy color: '#31FB12'

red 49 ◦ green 251 ◦ blue 18

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

Shades of Harlequin #31FB12

Tints of Harlequin #31FB12

RGB

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

 GREEN value IS 251 (98.44% from 255) = 78.93%

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 15.41%
G = 78.93%
B = 5.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#31FB12 (or 0x31FB12) is known color: Harlequin. HEX triplet: 31, FB and 12. RGB value is (49,251,18). Sum of RGB (Red+Green+Blue) = 49+251+18=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 251 (98.44% from 255 or 78.93% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 251 - color contains mainly: green. Hex color #31FB12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31FB12 is #CE04ED. Grayscale: #A4A4A4. Windows color (decimal): -13501678 or 1243953. OLE color: 1243953.

HSL color Cylindrical-coordinate representation of color #31FB12: hue angle of 112.02º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31FB12 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 251 18 -
CMYK 0.80 0 0.93 0.02
HSL 112.02º 0.97% 0.53% -
HSV(B) 112.02º 0.93% 0.98% -
XYZ 35.87 69.69 12.13 -
YUV 164.04 45.58 45.95 -
System Red Green Blue C M Y K H S L
Decimal 49 251 18 0.80 0 0.93 0.02 112.02 0.97 0.53
Hex 31 FB 12 50 0 5D 2 70 61 35
Octal 61 373 22 120 0 135 2 160 141 65
Binary 110001 11111011 10010 1010000 0 1011101 10 1110000 1100001 110101

Color Harmonies of #31FB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FB12

Black with #31FB12

Text Example


Text Example

White with #31FB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,251,18); }

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

background-color css

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

 a { background-color: rgb(49,251,18); }

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

border-color css

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

 span { border-color: rgb(49,251,18); }

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