Html Css Color HEX #31F90B Harlequin

📋 copy color: '#31F90B'

red 49 ◦ green 249 ◦ blue 11

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

Shades of Harlequin #31F90B

Tints of Harlequin #31F90B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 80.58%

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

R = 15.86%
G = 80.58%
B = 3.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#31F90B (or 0x31F90B) is known color: Harlequin. HEX triplet: 31, F9 and 0B. RGB value is (49,249,11). Sum of RGB (Red+Green+Blue) = 49+249+11=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 249 (97.66% from 255 or 80.58% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 249 - color contains mainly: green. Hex color #31F90B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F90B is #CE06F4. Grayscale: #A2A2A2. Windows color (decimal): -13502197 or 784689. OLE color: 784689.

HSL color Cylindrical-coordinate representation of color #31F90B: hue angle of 110.42º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31F90B is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 249 11 -
CMYK 0.80 0 0.96 0.02
HSL 110.42º 0.95% 0.51% -
HSV(B) 110.42º 0.96% 0.98% -
XYZ 35.2 68.43 11.67 -
YUV 162.07 42.74 47.35 -
System Red Green Blue C M Y K H S L
Decimal 49 249 11 0.80 0 0.96 0.02 110.42 0.95 0.51
Hex 31 F9 B 50 0 60 2 6E 5F 33
Octal 61 371 13 120 0 140 2 156 137 63
Binary 110001 11111001 1011 1010000 0 1100000 10 1101110 1011111 110011

Color Harmonies of #31F90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F90B

Black with #31F90B

Text Example


Text Example

White with #31F90B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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