Html Css Color HEX #31E605 Harlequin

📋 copy color: '#31E605'

red 49 ◦ green 230 ◦ blue 5

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

Shades of Harlequin #31E605

Tints of Harlequin #31E605

RGB

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

 GREEN value IS 230 (90.23% from 255) = 80.99%

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

R = 17.25%
G = 80.99%
B = 1.76%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#31E605 (or 0x31E605) is known color: Harlequin. HEX triplet: 31, E6 and 05. RGB value is (49,230,5). Sum of RGB (Red+Green+Blue) = 49+230+5=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 230 (90.23% from 255 or 80.99% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 230 - color contains mainly: green. Hex color #31E605 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31E605 is #CE19FA. Grayscale: #969696. Windows color (decimal): -13507067 or 386609. OLE color: 386609.

HSL color Cylindrical-coordinate representation of color #31E605: hue angle of 108.27º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31E605 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 230 5 -
CMYK 0.79 0 0.98 0.10
HSL 108.27º 0.96% 0.46% -
HSV(B) 108.27º 0.98% 0.9% -
XYZ 29.59 57.26 9.64 -
YUV 150.23 46.03 55.8 -
System Red Green Blue C M Y K H S L
Decimal 49 230 5 0.79 0 0.98 0.10 108.27 0.96 0.46
Hex 31 E6 5 4F 0 62 A 6C 60 2E
Octal 61 346 5 117 0 142 12 154 140 56
Binary 110001 11100110 101 1001111 0 1100010 1010 1101100 1100000 101110

Color Harmonies of #31E605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E605

Black with #31E605

Text Example


Text Example

White with #31E605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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