Html Css Color HEX #31EF04 Harlequin

📋 copy color: '#31EF04'

red 49 ◦ green 239 ◦ blue 4

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

Shades of Harlequin #31EF04

Tints of Harlequin #31EF04

RGB

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

 GREEN value IS 239 (93.75% from 255) = 81.85%

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 16.78%
G = 81.85%
B = 1.37%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#31EF04 (or 0x31EF04) is known color: Harlequin. HEX triplet: 31, EF and 04. RGB value is (49,239,4). Sum of RGB (Red+Green+Blue) = 49+239+4=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 239 (93.75% from 255 or 81.85% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 239 - color contains mainly: green. Hex color #31EF04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31EF04 is #CE10FB. Grayscale: #9C9C9C. Windows color (decimal): -13504764 or 323377. OLE color: 323377.

HSL color Cylindrical-coordinate representation of color #31EF04: hue angle of 108.51º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31EF04 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 239 4 -
CMYK 0.79 0 0.98 0.06
HSL 108.51º 0.97% 0.48% -
HSV(B) 108.51º 0.98% 0.94% -
XYZ 32.16 62.39 10.46 -
YUV 155.4 42.55 52.11 -
System Red Green Blue C M Y K H S L
Decimal 49 239 4 0.79 0 0.98 0.06 108.51 0.97 0.48
Hex 31 EF 4 4F 0 62 6 6D 61 30
Octal 61 357 4 117 0 142 6 155 141 60
Binary 110001 11101111 100 1001111 0 1100010 110 1101101 1100001 110000

Color Harmonies of #31EF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EF04

Black with #31EF04

Text Example


Text Example

White with #31EF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,239,4); }

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

background-color css

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

 a { background-color: rgb(49,239,4); }

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

border-color css

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

 span { border-color: rgb(49,239,4); }

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