Html Css Color HEX #31E90D Harlequin

📋 copy color: '#31E90D'

red 49 ◦ green 233 ◦ blue 13

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

Shades of Harlequin #31E90D

Tints of Harlequin #31E90D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 78.98%

 BLUE value IS 13 (5.47% from 255) = 4.41%

R = 16.61%
G = 78.98%
B = 4.41%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#31E90D (or 0x31E90D) is known color: Harlequin. HEX triplet: 31, E9 and 0D. RGB value is (49,233,13). Sum of RGB (Red+Green+Blue) = 49+233+13=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 233 (91.41% from 255 or 78.98% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 233 - color contains mainly: green. Hex color #31E90D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31E90D is #CE16F2. Grayscale: #999999. Windows color (decimal): -13506291 or 911665. OLE color: 911665.

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

Color convert

RGB 49 233 13 -
CMYK 0.79 0 0.94 0.09
HSL 110.18º 0.89% 0.48% -
HSV(B) 110.18º 0.94% 0.91% -
XYZ 30.48 58.96 10.15 -
YUV 152.9 49.04 53.89 -
System Red Green Blue C M Y K H S L
Decimal 49 233 13 0.79 0 0.94 0.09 110.18 0.89 0.48
Hex 31 E9 D 4F 0 5E 9 6E 59 30
Octal 61 351 15 117 0 136 11 156 131 60
Binary 110001 11101001 1101 1001111 0 1011110 1001 1101110 1011001 110000

Color Harmonies of #31E90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E90D

Black with #31E90D

Text Example


Text Example

White with #31E90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,233,13); }

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

background-color css

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

 a { background-color: rgb(49,233,13); }

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

border-color css

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

 span { border-color: rgb(49,233,13); }

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