Html Css Color HEX #31F81D Harlequin

📋 copy color: '#31F81D'

red 49 ◦ green 248 ◦ blue 29

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

Shades of Harlequin #31F81D

Tints of Harlequin #31F81D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 76.07%

 BLUE value IS 29 (11.72% from 255) = 8.9%

R = 15.03%
G = 76.07%
B = 8.9%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#31F81D (or 0x31F81D) is known color: Harlequin. HEX triplet: 31, F8 and 1D. RGB value is (49,248,29). Sum of RGB (Red+Green+Blue) = 49+248+29=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 248 (97.27% from 255 or 76.07% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 248 - color contains mainly: green. Hex color #31F81D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F81D is #CE07E2. Grayscale: #A4A4A4. Windows color (decimal): -13502435 or 1964081. OLE color: 1964081.

HSL color Cylindrical-coordinate representation of color #31F81D: hue angle of 114.52º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31F81D is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 49 248 29 -
CMYK 0.80 0 0.88 0.03
HSL 114.52º 0.94% 0.54% -
HSV(B) 114.52º 0.88% 0.97% -
XYZ 35.06 67.88 12.42 -
YUV 163.53 52.07 46.31 -
System Red Green Blue C M Y K H S L
Decimal 49 248 29 0.80 0 0.88 0.03 114.52 0.94 0.54
Hex 31 F8 1D 50 0 58 3 73 5E 36
Octal 61 370 35 120 0 130 3 163 136 66
Binary 110001 11111000 11101 1010000 0 1011000 11 1110011 1011110 110110

Color Harmonies of #31F81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F81D

Black with #31F81D

Text Example


Text Example

White with #31F81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,248,29); }

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

background-color css

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

 a { background-color: rgb(49,248,29); }

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

border-color css

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

 span { border-color: rgb(49,248,29); }

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