Html Css Color HEX #31DB0D Harlequin

📋 copy color: '#31DB0D'

red 49 ◦ green 219 ◦ blue 13

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

Shades of Harlequin #31DB0D

Tints of Harlequin #31DB0D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 77.94%

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

R = 17.44%
G = 77.94%
B = 4.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#31DB0D (or 0x31DB0D) is known color: Harlequin. HEX triplet: 31, DB and 0D. RGB value is (49,219,13). Sum of RGB (Red+Green+Blue) = 49+219+13=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 219 (85.94% from 255 or 77.94% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DB0D is #CE24F2. Grayscale: #919191. Windows color (decimal): -13509875 or 908081. OLE color: 908081.

HSL color Cylindrical-coordinate representation of color #31DB0D: hue angle of 109.51º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31DB0D is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 219 13 -
CMYK 0.78 0 0.94 0.14
HSL 109.51º 0.89% 0.45% -
HSV(B) 109.51º 0.94% 0.86% -
XYZ 26.67 51.35 8.89 -
YUV 144.69 53.68 59.75 -
System Red Green Blue C M Y K H S L
Decimal 49 219 13 0.78 0 0.94 0.14 109.51 0.89 0.45
Hex 31 DB D 4E 0 5E E 6E 59 2D
Octal 61 333 15 116 0 136 16 156 131 55
Binary 110001 11011011 1101 1001110 0 1011110 1110 1101110 1011001 101101

Color Harmonies of #31DB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DB0D

Black with #31DB0D

Text Example


Text Example

White with #31DB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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