Html Css Color HEX #31F211 Harlequin

📋 copy color: '#31F211'

red 49 ◦ green 242 ◦ blue 17

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

Shades of Harlequin #31F211

Tints of Harlequin #31F211

RGB

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

 GREEN value IS 242 (94.92% from 255) = 78.57%

 BLUE value IS 17 (7.03% from 255) = 5.52%

R = 15.91%
G = 78.57%
B = 5.52%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#31F211 (or 0x31F211) is known color: Harlequin. HEX triplet: 31, F2 and 11. RGB value is (49,242,17). Sum of RGB (Red+Green+Blue) = 49+242+17=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 242 (94.92% from 255 or 78.57% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 242 - color contains mainly: green. Hex color #31F211 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F211 is #CE0DEE. Grayscale: #9F9F9F. Windows color (decimal): -13503983 or 1176113. OLE color: 1176113.

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

Color convert

RGB 49 242 17 -
CMYK 0.80 0 0.93 0.05
HSL 111.47º 0.9% 0.51% -
HSV(B) 111.47º 0.93% 0.95% -
XYZ 33.12 64.2 11.18 -
YUV 158.64 48.06 49.8 -
System Red Green Blue C M Y K H S L
Decimal 49 242 17 0.80 0 0.93 0.05 111.47 0.9 0.51
Hex 31 F2 11 50 0 5D 5 6F 5A 33
Octal 61 362 21 120 0 135 5 157 132 63
Binary 110001 11110010 10001 1010000 0 1011101 101 1101111 1011010 110011

Color Harmonies of #31F211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F211

Black with #31F211

Text Example


Text Example

White with #31F211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,242,17); }

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

background-color css

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

 a { background-color: rgb(49,242,17); }

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

border-color css

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

 span { border-color: rgb(49,242,17); }

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