Html Css Color HEX #31D80A Harlequin

📋 copy color: '#31D80A'

red 49 ◦ green 216 ◦ blue 10

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

Shades of Harlequin #31D80A

Tints of Harlequin #31D80A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 78.55%

 BLUE value IS 10 (4.3% from 255) = 3.64%

R = 17.82%
G = 78.55%
B = 3.64%

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

#31D80A (or 0x31D80A) is known color: Harlequin. HEX triplet: 31, D8 and 0A. RGB value is (49,216,10). Sum of RGB (Red+Green+Blue) = 49+216+10=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 216 (84.77% from 255 or 78.55% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 216 - color contains mainly: green. Hex color #31D80A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D80A is #CE27F5. Grayscale: #8F8F8F. Windows color (decimal): -13510646 or 710705. OLE color: 710705.

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

Color convert

RGB 49 216 10 -
CMYK 0.77 0 0.95 0.15
HSL 108.64º 0.91% 0.44% -
HSV(B) 108.64º 0.95% 0.85% -
XYZ 25.88 49.79 8.53 -
YUV 142.58 53.17 61.25 -
System Red Green Blue C M Y K H S L
Decimal 49 216 10 0.77 0 0.95 0.15 108.64 0.91 0.44
Hex 31 D8 A 4D 0 5F F 6D 5B 2C
Octal 61 330 12 115 0 137 17 155 133 54
Binary 110001 11011000 1010 1001101 0 1011111 1111 1101101 1011011 101100

Color Harmonies of #31D80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D80A

Black with #31D80A

Text Example


Text Example

White with #31D80A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,216,10); }

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

background-color css

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

 a { background-color: rgb(49,216,10); }

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

border-color css

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

 span { border-color: rgb(49,216,10); }

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