Html Css Color HEX #31EA07 Harlequin

📋 copy color: '#31EA07'

red 49 ◦ green 234 ◦ blue 7

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

Shades of Harlequin #31EA07

Tints of Harlequin #31EA07

RGB

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

 GREEN value IS 234 (91.8% from 255) = 80.69%

 BLUE value IS 7 (3.13% from 255) = 2.41%

R = 16.9%
G = 80.69%
B = 2.41%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#31EA07 (or 0x31EA07) is known color: Harlequin. HEX triplet: 31, EA and 07. RGB value is (49,234,7). Sum of RGB (Red+Green+Blue) = 49+234+7=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 234 (91.80% from 255 or 80.69% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31EA07 is #CE15F8. Grayscale: #999999. Windows color (decimal): -13506041 or 518705. OLE color: 518705.

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

Color convert

RGB 49 234 7 -
CMYK 0.79 0 0.97 0.08
HSL 108.9º 0.94% 0.47% -
HSV(B) 108.9º 0.97% 0.92% -
XYZ 30.73 59.51 10.07 -
YUV 152.81 45.71 53.96 -
System Red Green Blue C M Y K H S L
Decimal 49 234 7 0.79 0 0.97 0.08 108.9 0.94 0.47
Hex 31 EA 7 4F 0 61 8 6D 5E 2F
Octal 61 352 7 117 0 141 10 155 136 57
Binary 110001 11101010 111 1001111 0 1100001 1000 1101101 1011110 101111

Color Harmonies of #31EA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EA07

Black with #31EA07

Text Example


Text Example

White with #31EA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,234,7); }

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

background-color css

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

 a { background-color: rgb(49,234,7); }

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

border-color css

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

 span { border-color: rgb(49,234,7); }

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