Html Css Color HEX #31D905 Harlequin

📋 copy color: '#31D905'

red 49 ◦ green 217 ◦ blue 5

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

Shades of Harlequin #31D905

Tints of Harlequin #31D905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 18.08%
G = 80.07%
B = 1.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#31D905 (or 0x31D905) is known color: Harlequin. HEX triplet: 31, D9 and 05. RGB value is (49,217,5). Sum of RGB (Red+Green+Blue) = 49+217+5=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 217 (85.16% from 255 or 80.07% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 217 - color contains mainly: green. Hex color #31D905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D905 is #CE26FA. Grayscale: #8F8F8F. Windows color (decimal): -13510395 or 383281. OLE color: 383281.

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

Color convert

RGB 49 217 5 -
CMYK 0.77 0 0.98 0.15
HSL 107.55º 0.95% 0.44% -
HSV(B) 107.55º 0.98% 0.85% -
XYZ 26.11 50.29 8.47 -
YUV 142.6 50.34 61.24 -
System Red Green Blue C M Y K H S L
Decimal 49 217 5 0.77 0 0.98 0.15 107.55 0.95 0.44
Hex 31 D9 5 4D 0 62 F 6C 5F 2C
Octal 61 331 5 115 0 142 17 154 137 54
Binary 110001 11011001 101 1001101 0 1100010 1111 1101100 1011111 101100

Color Harmonies of #31D905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D905

Black with #31D905

Text Example


Text Example

White with #31D905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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