Html Css Color HEX #31EA0B Harlequin

📋 copy color: '#31EA0B'

red 49 ◦ green 234 ◦ blue 11

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

Shades of Harlequin #31EA0B

Tints of Harlequin #31EA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.74%

R = 16.67%
G = 79.59%
B = 3.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#31EA0B (or 0x31EA0B) is known color: Harlequin. HEX triplet: 31, EA and 0B. RGB value is (49,234,11). Sum of RGB (Red+Green+Blue) = 49+234+11=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 234 (91.80% from 255 or 79.59% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31EA0B is #CE15F4. Grayscale: #999999. Windows color (decimal): -13506037 or 780849. OLE color: 780849.

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

Color convert

RGB 49 234 11 -
CMYK 0.79 0 0.95 0.08
HSL 109.78º 0.91% 0.48% -
HSV(B) 109.78º 0.95% 0.92% -
XYZ 30.75 59.52 10.18 -
YUV 153.26 47.71 53.63 -
System Red Green Blue C M Y K H S L
Decimal 49 234 11 0.79 0 0.95 0.08 109.78 0.91 0.48
Hex 31 EA B 4F 0 5F 8 6E 5B 30
Octal 61 352 13 117 0 137 10 156 133 60
Binary 110001 11101010 1011 1001111 0 1011111 1000 1101110 1011011 110000

Color Harmonies of #31EA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EA0B

Black with #31EA0B

Text Example


Text Example

White with #31EA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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