Html Css Color HEX #31F115 Harlequin

📋 copy color: '#31F115'

red 49 ◦ green 241 ◦ blue 21

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

Shades of Harlequin #31F115

Tints of Harlequin #31F115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.75%

R = 15.76%
G = 77.49%
B = 6.75%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#31F115 (or 0x31F115) is known color: Harlequin. HEX triplet: 31, F1 and 15. RGB value is (49,241,21). Sum of RGB (Red+Green+Blue) = 49+241+21=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 241 (94.53% from 255 or 77.49% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 241 - color contains mainly: green. Hex color #31F115 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F115 is #CE0EEA. Grayscale: #9F9F9F. Windows color (decimal): -13504235 or 1438001. OLE color: 1438001.

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

Color convert

RGB 49 241 21 -
CMYK 0.80 0 0.91 0.05
HSL 112.36º 0.89% 0.51% -
HSV(B) 112.36º 0.91% 0.95% -
XYZ 32.86 63.62 11.26 -
YUV 158.51 50.39 49.89 -
System Red Green Blue C M Y K H S L
Decimal 49 241 21 0.80 0 0.91 0.05 112.36 0.89 0.51
Hex 31 F1 15 50 0 5B 5 70 59 33
Octal 61 361 25 120 0 133 5 160 131 63
Binary 110001 11110001 10101 1010000 0 1011011 101 1110000 1011001 110011

Color Harmonies of #31F115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F115

Black with #31F115

Text Example


Text Example

White with #31F115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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