Html Css Color HEX #31ED0C Harlequin

📋 copy color: '#31ED0C'

red 49 ◦ green 237 ◦ blue 12

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

Shades of Harlequin #31ED0C

Tints of Harlequin #31ED0C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 79.53%

 BLUE value IS 12 (5.08% from 255) = 4.03%

R = 16.44%
G = 79.53%
B = 4.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#31ED0C (or 0x31ED0C) is known color: Harlequin. HEX triplet: 31, ED and 0C. RGB value is (49,237,12). Sum of RGB (Red+Green+Blue) = 49+237+12=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 237 (92.97% from 255 or 79.53% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31ED0C is #CE12F3. Grayscale: #9B9B9B. Windows color (decimal): -13505268 or 847153. OLE color: 847153.

HSL color Cylindrical-coordinate representation of color #31ED0C: hue angle of 110.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31ED0C is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 237 12 -
CMYK 0.79 0 0.95 0.07
HSL 110.13º 0.9% 0.49% -
HSV(B) 110.13º 0.95% 0.93% -
XYZ 31.62 61.25 10.5 -
YUV 155.14 47.22 52.3 -
System Red Green Blue C M Y K H S L
Decimal 49 237 12 0.79 0 0.95 0.07 110.13 0.9 0.49
Hex 31 ED C 4F 0 5F 7 6E 5A 31
Octal 61 355 14 117 0 137 7 156 132 61
Binary 110001 11101101 1100 1001111 0 1011111 111 1101110 1011010 110001

Color Harmonies of #31ED0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ED0C

Black with #31ED0C

Text Example


Text Example

White with #31ED0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,237,12); }

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

background-color css

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

 a { background-color: rgb(49,237,12); }

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

border-color css

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

 span { border-color: rgb(49,237,12); }

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