Html Css Color HEX #31D90B Harlequin

📋 copy color: '#31D90B'

red 49 ◦ green 217 ◦ blue 11

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

Shades of Harlequin #31D90B

Tints of Harlequin #31D90B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 78.34%

 BLUE value IS 11 (4.69% from 255) = 3.97%

R = 17.69%
G = 78.34%
B = 3.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#31D90B (or 0x31D90B) is known color: Harlequin. HEX triplet: 31, D9 and 0B. RGB value is (49,217,11). Sum of RGB (Red+Green+Blue) = 49+217+11=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 217 (85.16% from 255 or 78.34% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 217 - color contains mainly: green. Hex color #31D90B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D90B is #CE26F4. Grayscale: #8F8F8F. Windows color (decimal): -13510389 or 776497. OLE color: 776497.

HSL color Cylindrical-coordinate representation of color #31D90B: hue angle of 108.93º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31D90B is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 217 11 -
CMYK 0.77 0 0.95 0.15
HSL 108.93º 0.9% 0.45% -
HSV(B) 108.93º 0.95% 0.85% -
XYZ 26.14 50.3 8.65 -
YUV 143.28 53.34 60.75 -
System Red Green Blue C M Y K H S L
Decimal 49 217 11 0.77 0 0.95 0.15 108.93 0.9 0.45
Hex 31 D9 B 4D 0 5F F 6D 5A 2D
Octal 61 331 13 115 0 137 17 155 132 55
Binary 110001 11011001 1011 1001101 0 1011111 1111 1101101 1011010 101101

Color Harmonies of #31D90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D90B

Black with #31D90B

Text Example


Text Example

White with #31D90B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,217,11); }

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

background-color css

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

 a { background-color: rgb(49,217,11); }

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

border-color css

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

 span { border-color: rgb(49,217,11); }

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