Html Css Color HEX #31E806 Harlequin

📋 copy color: '#31E806'

red 49 ◦ green 232 ◦ blue 6

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

Shades of Harlequin #31E806

Tints of Harlequin #31E806

RGB

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

 GREEN value IS 232 (91.02% from 255) = 80.84%

 BLUE value IS 6 (2.73% from 255) = 2.09%

R = 17.07%
G = 80.84%
B = 2.09%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#31E806 (or 0x31E806) is known color: Harlequin. HEX triplet: 31, E8 and 06. RGB value is (49,232,6). Sum of RGB (Red+Green+Blue) = 49+232+6=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 232 (91.02% from 255 or 80.84% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 232 - color contains mainly: green. Hex color #31E806 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31E806 is #CE17F9. Grayscale: #989898. Windows color (decimal): -13506554 or 452657. OLE color: 452657.

HSL color Cylindrical-coordinate representation of color #31E806: hue angle of 108.58º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31E806 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 49 232 6 -
CMYK 0.79 0 0.97 0.09
HSL 108.58º 0.95% 0.47% -
HSV(B) 108.58º 0.97% 0.91% -
XYZ 30.16 58.38 9.85 -
YUV 151.52 45.87 54.88 -
System Red Green Blue C M Y K H S L
Decimal 49 232 6 0.79 0 0.97 0.09 108.58 0.95 0.47
Hex 31 E8 6 4F 0 61 9 6D 5F 2F
Octal 61 350 6 117 0 141 11 155 137 57
Binary 110001 11101000 110 1001111 0 1100001 1001 1101101 1011111 101111

Color Harmonies of #31E806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E806

Black with #31E806

Text Example


Text Example

White with #31E806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,232,6); }

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

background-color css

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

 a { background-color: rgb(49,232,6); }

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

border-color css

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

 span { border-color: rgb(49,232,6); }

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