Html Css Color HEX #31F825 Harlequin

📋 copy color: '#31F825'

red 49 ◦ green 248 ◦ blue 37

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

Shades of Harlequin #31F825

Tints of Harlequin #31F825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.08%

R = 14.67%
G = 74.25%
B = 11.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#31F825 (or 0x31F825) is known color: Harlequin. HEX triplet: 31, F8 and 25. RGB value is (49,248,37). Sum of RGB (Red+Green+Blue) = 49+248+37=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 248 (97.27% from 255 or 74.25% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 248 - color contains mainly: green. Hex color #31F825 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F825 is #CE07DA. Grayscale: #A5A5A5. Windows color (decimal): -13502427 or 2488369. OLE color: 2488369.

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

Color convert

RGB 49 248 37 -
CMYK 0.80 0 0.85 0.03
HSL 116.59º 0.94% 0.56% -
HSV(B) 116.59º 0.85% 0.97% -
XYZ 35.17 67.92 13.01 -
YUV 164.45 56.07 45.66 -
System Red Green Blue C M Y K H S L
Decimal 49 248 37 0.80 0 0.85 0.03 116.59 0.94 0.56
Hex 31 F8 25 50 0 55 3 75 5E 38
Octal 61 370 45 120 0 125 3 165 136 70
Binary 110001 11111000 100101 1010000 0 1010101 11 1110101 1011110 111000

Color Harmonies of #31F825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F825

Black with #31F825

Text Example


Text Example

White with #31F825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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